mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Add jellyfin search api
This commit is contained in:
parent
deb4e34895
commit
a7ea54cf4b
4 changed files with 116 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ const endpoints: ApiController = {
|
|||
getUserList: undefined,
|
||||
removeFromPlaylist: jfController.removeFromPlaylist,
|
||||
scrobble: jfController.scrobble,
|
||||
search: undefined,
|
||||
search: jfController.search,
|
||||
setRating: undefined,
|
||||
updatePlaylist: jfController.updatePlaylist,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue