diff options
Diffstat (limited to 'src/js/fullscreen.js')
-rw-r--r-- | src/js/fullscreen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/fullscreen.js b/src/js/fullscreen.js index 01703659..ac65c2bf 100644 --- a/src/js/fullscreen.js +++ b/src/js/fullscreen.js @@ -92,7 +92,7 @@ const fullscreen = { // Setup fullscreen setup() { - if (!this.supported.ui || this.type === 'audio' || !this.config.fullscreen.enabled) { + if (!this.supported.ui || this.isAudio || !this.config.fullscreen.enabled) { return; } |