mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Add maxHeight for media session image
This commit is contained in:
parent
a6732443f3
commit
097802cd51
@ -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…
Reference in New Issue
Block a user