mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
bdb44814f1
commit
ba5289e61f
22 changed files with 36 additions and 38 deletions
|
@ -192,7 +192,7 @@
|
|||
url: url + "/mediabrowser/system/info/public",
|
||||
dataType: "json",
|
||||
|
||||
timeout: 3000
|
||||
timeout: 15000
|
||||
|
||||
}).done(function () {
|
||||
|
||||
|
@ -254,7 +254,7 @@
|
|||
|
||||
console.log("Requesting " + request.url);
|
||||
|
||||
request.timeout = 3000;
|
||||
request.timeout = 15000;
|
||||
|
||||
$.ajax(request).done(function (response) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue