mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +9290 from c9/vfs-reconnect
Reconnect after VFS protocol change
This commit is contained in:
commit
992a419d28
@ -251,6 +251,9 @@ define(function(require, exports, module) {
|
||||
});
|
||||
case "reload":
|
||||
lastError = showError(err.message + ". Please reload this window.", -1);
|
||||
setTimeout(function() {
|
||||
window.location.reload();
|
||||
}, (Math.random() * 8) + 2 * 60 * 1000);
|
||||
break;
|
||||
default:
|
||||
lastError = showError(err, -1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user