From ee984dd3e63355be4e72e2ff828655520e92eddd Mon Sep 17 00:00:00 2001 From: Dimitrios Panteleimon Giakatos Date: Fri, 24 Jul 2020 12:09:08 +0300 Subject: [PATCH] fix commit --- src/js/controller.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index c5173c6..d26982e 100644 --- a/src/js/controller.js +++ b/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(); }