Re-add artistInfo api call for navidrome

This commit is contained in:
jeffvli 2023-05-20 02:24:40 -07:00
parent 645b4fe332
commit c854fd0a5b
3 changed files with 29 additions and 11 deletions

View file

@ -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(),