[bugfix]: fetch higher resolution artist images from Navidrome

This commit is contained in:
Kendall Garner 2024-01-28 20:01:57 -08:00
parent afb8510cd7
commit 04a468f8c9
No known key found for this signature in database
GPG Key ID: 18D2767419676C87

View File

@ -197,7 +197,7 @@ const normalizeAlbumArtist = (
baseUrl: server?.url,
coverArtId: `ar-${item.id}`,
credential: server?.credential,
size: 100,
size: 300,
});
}