Merge pull request #1765 from Camc314/fixcasting1

Add default to fix master (chromecastPlayer)
This commit is contained in:
Anthony Lavado
2020-08-05 13:00:14 -07:00
committed by GitHub
+1 -1
View File
@@ -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) {