mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording dialogs
This commit is contained in:
parent
df635e0c5b
commit
8aaa2c7e47
78 changed files with 432 additions and 965 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.82",
|
||||
"_release": "1.1.82",
|
||||
"version": "1.1.83",
|
||||
"_release": "1.1.83",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.82",
|
||||
"commit": "3ce8ac9212de0ee709f2bf836b1897fac14c5db0"
|
||||
"tag": "1.1.83",
|
||||
"commit": "64d6582c85ba3ab677f81bdb9d535587b5de3c65"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
|
||||
"_target": "^1.1.51",
|
||||
|
|
|
@ -535,7 +535,11 @@
|
|||
return;
|
||||
}
|
||||
|
||||
self.openWebSocket();
|
||||
try {
|
||||
self.openWebSocket();
|
||||
} catch (err) {
|
||||
console.log("Error opening web socket: " + err);
|
||||
}
|
||||
};
|
||||
|
||||
function replaceAll(originalString, strReplace, strWith) {
|
||||
|
|
|
@ -448,12 +448,9 @@
|
|||
}
|
||||
|
||||
if (options.enableWebSocket !== false) {
|
||||
if (!apiClient.isWebSocketOpenOrConnecting() && apiClient.isWebSocketSupported()) {
|
||||
console.log('calling apiClient.ensureWebSocket');
|
||||
|
||||
console.log('calling apiClient.openWebSocket');
|
||||
|
||||
apiClient.openWebSocket();
|
||||
}
|
||||
apiClient.ensureWebSocket();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue