mirror of https://github.com/2dust/v2rayN
Update DownloadHandle.cs
parent
ab08660c20
commit
07cd855446
|
@ -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 New Issue