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
3 changed files with 22 additions and 2 deletions
+1 -1
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,