Subsonic API: bumped server protocol version to 1.16.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user