Subsonci API: added getAlbmInfo support
This commit is contained in:
@@ -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 } },
|
||||
|
||||
Reference in New Issue
Block a user