mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video player
This commit is contained in:
parent
c14b074ab9
commit
547493024a
2 changed files with 10 additions and 9 deletions
|
@ -290,8 +290,8 @@
|
|||
var state = self.getPlayerStateInternal(self.currentMediaElement, item, self.currentMediaSource);
|
||||
|
||||
var url = "";
|
||||
var imageWidth = 250;
|
||||
var imageHeight = 400;
|
||||
var imageWidth = 400;
|
||||
var imageHeight = 250;
|
||||
|
||||
if (state.NowPlayingItem.PrimaryImageTag) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue