mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add maxHeight for media session image
This commit is contained in:
parent
a6732443f3
commit
097802cd51
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ import connectionManager from 'connectionManager';
|
|||
artwork: getImageUrls(item)
|
||||
});
|
||||
} else {
|
||||
let itemImageUrl = seriesImageUrl(item) || imageUrl(item);
|
||||
let itemImageUrl = seriesImageUrl(item, { maxHeight: 3000 }) || imageUrl(item, { maxHeight: 3000 });
|
||||
|
||||
window.NativeShell.updateMediaSession({
|
||||
action: eventName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue