Subsonic API: added getTopSongs endpoint, fixes #365
This commit is contained in:
@@ -36,4 +36,5 @@ namespace API::Subsonic
|
||||
Response handleGetArtistInfo2Request(RequestContext& context);
|
||||
Response handleGetSimilarSongsRequest(RequestContext& context);
|
||||
Response handleGetSimilarSongs2Request(RequestContext& context);
|
||||
Response handleGetTopSongs(RequestContext& context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user