[bugfix]: fetch higher resolution artist images from Navidrome
This commit is contained in:
parent
afb8510cd7
commit
04a468f8c9
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ const normalizeAlbumArtist = (
|
||||||
baseUrl: server?.url,
|
baseUrl: server?.url,
|
||||||
coverArtId: `ar-${item.id}`,
|
coverArtId: `ar-${item.id}`,
|
||||||
credential: server?.credential,
|
credential: server?.credential,
|
||||||
size: 100,
|
size: 300,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue