mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Re-add artistInfo api call for navidrome
This commit is contained in:
parent
645b4fe332
commit
c854fd0a5b
3 changed files with 29 additions and 11 deletions
|
|
@ -135,7 +135,7 @@ const artistInfoParameters = z.object({
|
|||
});
|
||||
|
||||
const artistInfo = z.object({
|
||||
artistInfo2: z.object({
|
||||
artistInfo: z.object({
|
||||
biography: z.string().optional(),
|
||||
largeImageUrl: z.string().optional(),
|
||||
lastFmUrl: z.string().optional(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue