mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
use tags list for Navidrome genres to support counts
This commit is contained in:
@@ -140,11 +140,12 @@ export const contract = c.router({
|
||||
500: resultWithHeaders(ndType._response.error),
|
||||
},
|
||||
},
|
||||
getTags: {
|
||||
getTagList: {
|
||||
method: 'GET',
|
||||
path: 'tag',
|
||||
query: ndType._parameters.tagList,
|
||||
responses: {
|
||||
200: resultWithHeaders(ndType._response.tags),
|
||||
200: resultWithHeaders(ndType._response.tagList),
|
||||
500: resultWithHeaders(ndType._response.error),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user