mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Update src/plugins/htmlVideoPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
f925138695
commit
67a2e0f16d
@ -1378,8 +1378,9 @@ function tryRemoveElement(elem) {
|
||||
});
|
||||
}
|
||||
|
||||
return videoElement;
|
||||
}
|
||||
|
||||
return videoElement;
|
||||
});
|
||||
} else {
|
||||
// we need to hide scrollbar when starting playback from page with animated background
|
||||
|
Loading…
Reference in New Issue
Block a user