Browse Source

fix commit

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

+ 1 - 3
src/js/controller.js

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