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