mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update timer listings
This commit is contained in:
parent
c2290dd41d
commit
cf3aa152cf
39 changed files with 368 additions and 287 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.86",
|
||||
"_release": "1.1.86",
|
||||
"version": "1.1.87",
|
||||
"_release": "1.1.87",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.86",
|
||||
"commit": "a6eb0622d2498b239814205e3313531bdbe15ad7"
|
||||
"tag": "1.1.87",
|
||||
"commit": "21057764cdf82e9ef08514cca4e48c76d47e535f"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
|
||||
"_target": "^1.1.51",
|
||||
|
|
|
@ -1087,7 +1087,7 @@
|
|||
Servers: [server]
|
||||
});
|
||||
|
||||
} if (result.Id != server.Id) {
|
||||
} if (result.Id !== server.Id) {
|
||||
|
||||
// http request succeeded, but it's a different server than what was expected
|
||||
testNextConnectionMode(tests, index + 1, server, options, resolve);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue