Subsonic API: added getTopSongs endpoint, fixes #365

This commit is contained in:
emeric
2023-12-15 22:19:01 +01:00
parent bb4facf8e6
commit 4705e6ffb7
11 changed files with 211 additions and 110 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ namespace API::Subsonic
{"/getAlbumInfo2", {handleNotImplemented}},
{"/getSimilarSongs", {handleGetSimilarSongsRequest}},
{"/getSimilarSongs2", {handleGetSimilarSongs2Request}},
{"/getTopSongs", {handleNotImplemented}},
{"/getTopSongs", {handleGetTopSongs}},
// Album/song lists
{"/getAlbumList", {handleGetAlbumListRequest}},