mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
[bugfix]: fetch higher resolution artist images from Navidrome
This commit is contained in:
parent
afb8510cd7
commit
04a468f8c9
@ -197,7 +197,7 @@ const normalizeAlbumArtist = (
|
||||
baseUrl: server?.url,
|
||||
coverArtId: `ar-${item.id}`,
|
||||
credential: server?.credential,
|
||||
size: 100,
|
||||
size: 300,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user