mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
[bugfix]: fetch higher resolution artist images from Navidrome
This commit is contained in:
@@ -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 New Issue
Block a user