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

3.0.5621.2

This commit is contained in:
Luke Pulverenti 2015-05-25 13:32:22 -04:00
parent 2e982826bb
commit 4e86a39f8c
25 changed files with 651 additions and 550 deletions

View file

@ -809,11 +809,9 @@
});
}
if ($.browser.chrome) {
requirejs(["thirdparty/cast_sender"], function () {
requirejs(["thirdparty/cast_sender"], function () {
initializeChromecast();
});
}
initializeChromecast();
});
})(window, window.chrome, console);