Merge branch 'master' into migrate-to-ES6-69
This commit is contained in:
@@ -584,7 +584,7 @@ class ChromecastPlayer {
|
||||
this.isLocalPlayer = false;
|
||||
this.lastPlayerData = {};
|
||||
|
||||
castSenderApiLoader.load().then(initializeChromecast.bind(this));
|
||||
new castSenderApiLoader.default().load().then(initializeChromecast.bind(this));
|
||||
}
|
||||
|
||||
tryPair(target) {
|
||||
|
||||
Reference in New Issue
Block a user