mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
properly implement Jellyfin getSongDetail (#298)
This commit is contained in:
parent
c7aa5d09c9
commit
5fdf4c06f9
3 changed files with 22 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ const endpoints: ApiController = {
|
|||
getPlaylistList: jfController.getPlaylistList,
|
||||
getPlaylistSongList: jfController.getPlaylistSongList,
|
||||
getRandomSongList: jfController.getRandomSongList,
|
||||
getSongDetail: undefined,
|
||||
getSongDetail: jfController.getSongDetail,
|
||||
getSongList: jfController.getSongList,
|
||||
getTopSongs: jfController.getTopSongList,
|
||||
getUserList: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue