Add update playlist for jellyfin

This commit is contained in:
jeffvli 2023-01-03 03:25:21 -08:00
parent 0ed13c75af
commit 633c9f59d9
5 changed files with 74 additions and 18 deletions

View file

@ -96,7 +96,7 @@ const endpoints: ApiController = {
getPlaylistSongList: jellyfinApi.getPlaylistSongList,
getSongDetail: undefined,
getSongList: jellyfinApi.getSongList,
updatePlaylist: undefined,
updatePlaylist: jellyfinApi.updatePlaylist,
updateRating: undefined,
},
navidrome: {