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