Fix anonymous drive

This commit is contained in:
yflory 2021-03-03 13:38:32 +01:00
parent 5a71042568
commit 321f1d418f

View file

@ -2640,6 +2640,7 @@ define([
progress: 0
});
}).nThen(function (waitFor) {
if (typeof(proxy.version) === "undefined") { proxy.version = 11; }
Migrate(proxy, waitFor(), function (version, progress) {
postMessage(clientId, 'LOADING_DRIVE', {
type: 'migrate',