Add top song list for jellyfin

This commit is contained in:
jeffvli 2023-02-27 12:17:22 -08:00
parent f08538cbfb
commit c0a703be7a
7 changed files with 48 additions and 12 deletions

View file

@ -115,7 +115,7 @@ const endpoints: ApiController = {
getPlaylistSongList: jellyfinApi.getPlaylistSongList,
getSongDetail: undefined,
getSongList: jellyfinApi.getSongList,
getTopSongs: undefined,
getTopSongs: jellyfinApi.getTopSongList,
getUserList: undefined,
removeFromPlaylist: jellyfinApi.removeFromPlaylist,
scrobble: jellyfinApi.scrobble,