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