mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
navidrome cover art workaround
This commit is contained in:
parent
a8fb7ff11e
commit
39c714a137
8 changed files with 110 additions and 8 deletions
|
|
@ -51,6 +51,14 @@ export const contract = c.router({
|
|||
200: ssType._response.getAlbum,
|
||||
},
|
||||
},
|
||||
getAlbumInfo2: {
|
||||
method: 'GET',
|
||||
path: 'getAlbumInfo2.view',
|
||||
query: ssType._parameters.albumInfo,
|
||||
responses: {
|
||||
200: ssType._response.albumInfo,
|
||||
},
|
||||
},
|
||||
getAlbumList2: {
|
||||
method: 'GET',
|
||||
path: 'getAlbumList2.view',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue