1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge branch 'master' into migrate-to-ES6-69

This commit is contained in:
Cameron 2020-08-08 23:27:30 +01:00 committed by GitHub
commit 3f7e36b499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
127 changed files with 7388 additions and 6898 deletions

View file

@ -584,7 +584,7 @@ class ChromecastPlayer {
this.isLocalPlayer = false;
this.lastPlayerData = {};
castSenderApiLoader.load().then(initializeChromecast.bind(this));
new castSenderApiLoader.default().load().then(initializeChromecast.bind(this));
}
tryPair(target) {