Subsonci API: added getAlbmInfo support

This commit is contained in:
emeric
2024-10-31 15:50:17 +01:00
parent a15b060242
commit 0ca2d8b34c
6 changed files with 120 additions and 2 deletions
+2 -2
View File
@@ -170,8 +170,8 @@ namespace lms::api::subsonic
{ "/getVideos", { handleNotImplemented } },
{ "/getArtistInfo", { handleNotImplemented } },
{ "/getArtistInfo2", { handleGetArtistInfo2Request } },
{ "/getAlbumInfo", { handleNotImplemented } },
{ "/getAlbumInfo2", { handleNotImplemented } },
{ "/getAlbumInfo", { handleGetAlbumInfo } },
{ "/getAlbumInfo2", { handleGetAlbumInfo2 } },
{ "/getSimilarSongs", { handleGetSimilarSongsRequest } },
{ "/getSimilarSongs2", { handleGetSimilarSongs2Request } },
{ "/getTopSongs", { handleGetTopSongs } },