Can now browse by directorie in the Subsonic API, ref #474
This commit is contained in:
@@ -168,7 +168,7 @@ namespace lms::api::subsonic
|
||||
{ "/getAlbum", { handleGetAlbumRequest } },
|
||||
{ "/getSong", { handleGetSongRequest } },
|
||||
{ "/getVideos", { handleNotImplemented } },
|
||||
{ "/getArtistInfo", { handleGetArtistInfoRequest } },
|
||||
{ "/getArtistInfo", { handleNotImplemented } },
|
||||
{ "/getArtistInfo2", { handleGetArtistInfo2Request } },
|
||||
{ "/getAlbumInfo", { handleNotImplemented } },
|
||||
{ "/getAlbumInfo2", { handleNotImplemented } },
|
||||
|
||||
Reference in New Issue
Block a user