fix commit

This commit is contained in:
Dimitrios Panteleimon Giakatos 2020-07-24 12:09:08 +03:00
parent 4be850db09
commit ee984dd3e6
1 changed files with 1 additions and 3 deletions

View File

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