Subsonic API: returns the created/updated playlist in createPlaylist endpoint. ref #393

This commit is contained in:
emeric
2023-12-13 18:55:09 +01:00
parent 3ad990a183
commit 5257f687b4
2 changed files with 12 additions and 3 deletions
+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{ "4" };
static inline constexpr std::string_view serverVersion{ "5" };
}
namespace StringUtils