mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
[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'
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue