Subsonic API: bumped server version

This commit is contained in:
emeric
2023-11-10 23:25:18 +01:00
parent 1b2cfb2f79
commit afcb4d96ca
+1 -1
View File
@@ -31,7 +31,7 @@ namespace API::Subsonic
}; };
static inline constexpr ProtocolVersion defaultServerProtocolVersion{ 1, 16, 0 }; static inline constexpr ProtocolVersion defaultServerProtocolVersion{ 1, 16, 0 };
static inline constexpr std::string_view serverVersion{ "2" }; static inline constexpr std::string_view serverVersion{ "3" };
} }
namespace StringUtils namespace StringUtils