mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-05 02:10:07 +05:00
Update DownloadHandle.cs
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user