mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
[bugfix]: fetch higher resolution artist images from Navidrome
This commit is contained in:
@@ -197,7 +197,7 @@ const normalizeAlbumArtist = (
|
||||
baseUrl: server?.url,
|
||||
coverArtId: `ar-${item.id}`,
|
||||
credential: server?.credential,
|
||||
size: 100,
|
||||
size: 300,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user