Fix modalità download update MP-STATS

This commit is contained in:
Samuele Locatelli
2021-06-28 19:43:37 +02:00
parent 253fa1f808
commit 0d92b57dae
+2 -1
View File
@@ -265,8 +265,9 @@ namespace MP.Controllers
// scarico singolo target...
string remoteUrl = updateUrlAuth(caller);
string localPath = localDownloadPath(caller);
string localName = caller.Replace("MP-", "");
updManAuth.downloadLatest(remoteUrl, localPath, caller);
updManAuth.downloadLatest(remoteUrl, localPath, localName);
stopWatch.Stop();
// calcolo elapsed time come TimeSpan value.
TimeSpan ts = stopWatch.Elapsed;