mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-04 22:28:50 +00:00
Update DownloadHandle.cs
This commit is contained in:
parent
ab08660c20
commit
07cd855446
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ namespace v2rayN.Handler
|
||||||
{
|
{
|
||||||
AbsoluteCompleted(this, new ResultEventArgs(false, "Already the latest version"));
|
AbsoluteCompleted(this, new ResultEventArgs(false, "Already the latest version"));
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
string url = string.Format(nUrl, version);
|
string url = string.Format(nUrl, version);
|
||||||
|
|
Loading…
Reference in a new issue