mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-14 23:44:01 +02:00
fix jellyfin playlists, add is public
This commit is contained in:
@@ -292,8 +292,8 @@ export const contract = c.router({
|
||||
},
|
||||
updatePlaylist: {
|
||||
body: jfType._parameters.updatePlaylist,
|
||||
method: 'PUT',
|
||||
path: 'items/:id',
|
||||
method: 'POST',
|
||||
path: 'playlists/:id',
|
||||
responses: {
|
||||
200: jfType._response.updatePlaylist,
|
||||
400: jfType._response.error,
|
||||
|
||||
Reference in New Issue
Block a user