Subsonic API: bumped server protocol version to 1.16.1

This commit is contained in:
emeric
2025-11-16 20:13:01 +01:00
parent 9cadf0e1fa
commit 7557334ea2
+1 -1
View File
@@ -33,7 +33,7 @@ namespace lms::api::subsonic
unsigned patch{};
};
static inline constexpr ProtocolVersion defaultServerProtocolVersion{ 1, 16, 0 };
static inline constexpr ProtocolVersion defaultServerProtocolVersion{ 1, 16, 1 };
} // namespace lms::api::subsonic
namespace lms::core::stringUtils