Update UpdateHandle.cs

pull/3234/head
2dust 2023-02-10 11:05:11 +08:00
parent 49fa0a4c67
commit dec722e693
1 changed files with 1 additions and 1 deletions

View File

@ -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);