mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-29 03:02:53 +00:00
Compare commits
2 commits
fe945a9698
...
153e2161a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
153e2161a3 | ||
|
|
fd45c59227 |
1 changed files with 1 additions and 7 deletions
|
|
@ -103,15 +103,9 @@ public class DownloaderHelper
|
||||||
{
|
{
|
||||||
var finalSpeed = (maxSpeed / 1000 / 1000).ToString("#0.0");
|
var finalSpeed = (maxSpeed / 1000 / 1000).ToString("#0.0");
|
||||||
progress.Report(finalSpeed);
|
progress.Report(finalSpeed);
|
||||||
}
|
}else if (value.Error != null) {
|
||||||
else if (value.Error != null)
|
|
||||||
{
|
|
||||||
progress.Report(value.Error?.Message);
|
progress.Report(value.Error?.Message);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
progress.Report("0");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
//progress.Report("......");
|
//progress.Report("......");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue