mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Migrated castSenderApi.js to es6 module
This commit is contained in:
parent
ce8484e8f0
commit
8c58472dcf
3 changed files with 24 additions and 29 deletions
|
@ -577,7 +577,7 @@ define(['appSettings', 'userSettings', 'playbackManager', 'connectionManager', '
|
|||
this.isLocalPlayer = false;
|
||||
this.lastPlayerData = {};
|
||||
|
||||
castSenderApiLoader.load().then(initializeChromecast.bind(this));
|
||||
new castSenderApiLoader().load().then(initializeChromecast.bind(this));
|
||||
}
|
||||
|
||||
ChromecastPlayer.prototype.tryPair = function (target) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue