Merge pull request #1765 from Camc314/fixcasting1
Add default to fix master (chromecastPlayer)
This commit is contained in:
@@ -577,7 +577,7 @@ define(['appSettings', 'userSettings', 'playbackManager', 'connectionManager', '
|
||||
this.isLocalPlayer = false;
|
||||
this.lastPlayerData = {};
|
||||
|
||||
new castSenderApiLoader().load().then(initializeChromecast.bind(this));
|
||||
new castSenderApiLoader.default().load().then(initializeChromecast.bind(this));
|
||||
}
|
||||
|
||||
ChromecastPlayer.prototype.tryPair = function (target) {
|
||||
|
||||
Reference in New Issue
Block a user