1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add fullscreen check to avoid errors in Chrome

This commit is contained in:
Claus Vium 2019-02-17 23:29:31 +01:00
parent 53fbc24ac5
commit 9a7ede5536
2 changed files with 14 additions and 4 deletions

View file

@ -692,6 +692,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
dlg.parentNode.removeChild(dlg);
}
fullscreenManager.exitFullscreen();
};