Make httpclient2netcore the default

This commit is contained in:
flightlevel 2019-04-29 20:30:27 +10:00
parent 01994bf9f5
commit 4edcda8351
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace Jackett.Server
{ {
if (DotNetCoreUtil.IsRunningOnDotNetCore) if (DotNetCoreUtil.IsRunningOnDotNetCore)
{ {
options.Client = "httpclientnetcore"; options.Client = "httpclient2netcore";
} }
else else
{ {