mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 21:28:51 +00:00
Update UpdateHandle.cs
This commit is contained in:
parent
49fa0a4c67
commit
dec722e693
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ namespace v2rayN.Handler
|
|||
var coreInfo = LazyConfig.Instance.GetCoreInfo(type);
|
||||
string url = coreInfo.coreReleaseApiUrl;
|
||||
|
||||
var result = await (new DownloadHandle()).DownloadStringAsync(url, true, "");
|
||||
var result = await (new DownloadHandle()).DownloadStringAsyncOri(url, true, "");
|
||||
if (!Utils.IsNullOrEmpty(result))
|
||||
{
|
||||
responseHandler(type, result, preRelease);
|
||||
|
|
Loading…
Reference in a new issue