OpenSubsonic API: bumped version since stream endpoint handling changed

This commit is contained in:
emeric
2023-10-17 20:48:32 +02:00
parent 079f7922b4
commit c5d26a7647
+1 -1
View File
@@ -31,7 +31,7 @@ namespace API::Subsonic
};
static inline constexpr ProtocolVersion defaultServerProtocolVersion{ 1, 16, 0 };
static inline constexpr std::string_view serverVersion{ "1" };
static inline constexpr std::string_view serverVersion{ "2" };
}
namespace StringUtils