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
commit 3634a8dd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {