mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
[bugfix]: Jellyfin do not force width = height for images
This commit is contained in:
@@ -53,7 +53,7 @@ const getAlbumArtistCoverArtUrl = (args: {
|
||||
`${args.baseUrl}/Items` +
|
||||
`/${args.item.Id}` +
|
||||
'/Images/Primary' +
|
||||
`?width=${size}&height=${size}` +
|
||||
`?width=${size}&` +
|
||||
'&quality=96'
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user