mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add error handling when loading cert
This commit is contained in:
parent
9f00ca2c0c
commit
6145921372
8 changed files with 33 additions and 23 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.93",
|
||||
"_release": "1.1.93",
|
||||
"version": "1.1.94",
|
||||
"_release": "1.1.94",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.93",
|
||||
"commit": "b8af5e03c6181c45ff28070b01a5bab4650a7292"
|
||||
"tag": "1.1.94",
|
||||
"commit": "dfd0b14c1af141e548fe2cee92a1f86967c50e8f"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
|
||||
"_target": "^1.1.51",
|
||||
|
|
|
@ -1509,7 +1509,7 @@
|
|||
var updateDevicePromise;
|
||||
|
||||
// Cache for 3 days
|
||||
if (params.deviceId && (new Date().getTime() - (regInfo.lastValidDate || 0)) < 259200000) {
|
||||
if (params.deviceId && (new Date().getTime() - (regInfo.lastValidDate || 0)) < 604800000) {
|
||||
|
||||
console.log('getRegistrationInfo has cached info');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue