mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +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"));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
string url = string.Format(nUrl, version);
|
||||
|
|
Loading…
Reference in a new issue