[bugfix]: Jellyfin do not force width = height for images
This commit is contained in:
parent
08db18359a
commit
e4ca0164fa
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue