mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1765 from Camc314/fixcasting1
Add default to fix master (chromecastPlayer)
This commit is contained in:
commit
3634a8dd55
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ define(['appSettings', 'userSettings', 'playbackManager', 'connectionManager', '
|
||||||
this.isLocalPlayer = false;
|
this.isLocalPlayer = false;
|
||||||
this.lastPlayerData = {};
|
this.lastPlayerData = {};
|
||||||
|
|
||||||
new castSenderApiLoader().load().then(initializeChromecast.bind(this));
|
new castSenderApiLoader.default().load().then(initializeChromecast.bind(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
ChromecastPlayer.prototype.tryPair = function (target) {
|
ChromecastPlayer.prototype.tryPair = function (target) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue