mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording layout
This commit is contained in:
parent
80948f62fa
commit
25dbf665dd
24 changed files with 341 additions and 256 deletions
|
@ -843,6 +843,7 @@
|
|||
|
||||
self.tryPair = function (target) {
|
||||
|
||||
castPlayer.launchApp();
|
||||
return new Promise(function (resolve, reject) {
|
||||
if (castPlayer.deviceState != DEVICE_STATE.ACTIVE && castPlayer.isInitialized) {
|
||||
|
||||
|
@ -866,6 +867,7 @@
|
|||
castPlayer = new CastPlayer();
|
||||
|
||||
var registeredPlayer = new chromecastPlayer();
|
||||
window.CCastPlayer = registeredPlayer;
|
||||
MediaController.registerPlayer(registeredPlayer);
|
||||
|
||||
// To allow the native android app to override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue