mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 19:01:40 +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
|
|
@ -160,7 +160,7 @@ export const contract = c.router({
|
|||
},
|
||||
getSongDetail: {
|
||||
method: 'GET',
|
||||
path: 'song/:id',
|
||||
path: 'users/:userId/items/:id',
|
||||
responses: {
|
||||
200: jfType._response.song,
|
||||
400: jfType._response.error,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue