瀏覽代碼

fix commit

Dimitrios Panteleimon Giakatos 5 年之前
父節點
當前提交
ee984dd3e6
共有 1 個文件被更改,包括 1 次插入3 次删除
  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();
         }