Add jellyfin search api

This commit is contained in:
jeffvli 2023-05-19 02:06:58 -07:00 committed by Jeff
parent deb4e34895
commit a7ea54cf4b
4 changed files with 116 additions and 1 deletions

View file

@ -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,
},