mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update video osd
This commit is contained in:
parent
5fb6288ba2
commit
5516e8b168
9 changed files with 19 additions and 28 deletions
|
@ -146,7 +146,7 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
|
|||
}
|
||||
|
||||
if (supportsFullscreen()) {
|
||||
features.push('fullscreen');
|
||||
features.push('fullscreenchange');
|
||||
}
|
||||
|
||||
if (browser.chrome || (browser.edge && !browser.slow)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue