1
0
Fork 0
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:
Luke Pulverenti 2017-01-04 15:29:29 -05:00
parent 5fb6288ba2
commit 5516e8b168
9 changed files with 19 additions and 28 deletions

View file

@ -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)) {