mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +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.baseUrl}/Items` +
|
||||||
`/${args.item.Id}` +
|
`/${args.item.Id}` +
|
||||||
'/Images/Primary' +
|
'/Images/Primary' +
|
||||||
`?width=${size}&height=${size}` +
|
`?width=${size}&` +
|
||||||
'&quality=96'
|
'&quality=96'
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user