properly implement Jellyfin getSongDetail (#298)

This commit is contained in:
Kendall Garner 2023-10-17 23:05:44 +00:00 committed by GitHub
parent c7aa5d09c9
commit 5fdf4c06f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 2 deletions

View file

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