mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Merge pull request #1765 from Camc314/fixcasting1
Add default to fix master (chromecastPlayer)
This commit is contained in:
commit
3634a8dd55
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user