mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
properly implement Jellyfin getSongDetail (#298)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user