Browse Source

Merge remote-tracking branch 'origin/master'

Dimitrios Panteleimon Giakatos 5 years ago
parent
commit
4be850db09
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/js/controller.js

+ 3 - 1
src/js/controller.js

@@ -36,7 +36,9 @@ class Controller {
         this.initSubtitleButton();
         this.initHighlights();
         this.initAirplayButton();
-        this.initChromecastButton();
+        if (utils.isChrome) {
+            this.initChromecastButton();
+        }
         if (!utils.isMobile) {
             this.initVolumeButton();
         }