mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
[bugfix]: fetch higher resolution artist images from Navidrome
This commit is contained in:
parent
afb8510cd7
commit
04a468f8c9
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ const normalizeAlbumArtist = (
|
|||
baseUrl: server?.url,
|
||||
coverArtId: `ar-${item.id}`,
|
||||
credential: server?.credential,
|
||||
size: 100,
|
||||
size: 300,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue