mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-22 02:16:39 +02:00
Initial work: support showing studios for jellyfin, allow pill to be clickable (#1566)
This commit is contained in:
@@ -248,6 +248,15 @@ export const contract = c.router({
|
||||
404: jfType._response.error,
|
||||
},
|
||||
},
|
||||
getStudioList: {
|
||||
method: 'GET',
|
||||
path: 'studios',
|
||||
query: jfType._parameters.studioList,
|
||||
responses: {
|
||||
200: jfType._response.studioList,
|
||||
400: jfType._response.error,
|
||||
},
|
||||
},
|
||||
getTopSongsList: {
|
||||
method: 'GET',
|
||||
path: 'users/:userId/items',
|
||||
|
||||
Reference in New Issue
Block a user