mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Make httpclient2netcore the default
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Jackett.Server
|
|||||||
{
|
{
|
||||||
if (DotNetCoreUtil.IsRunningOnDotNetCore)
|
if (DotNetCoreUtil.IsRunningOnDotNetCore)
|
||||||
{
|
{
|
||||||
options.Client = "httpclientnetcore";
|
options.Client = "httpclient2netcore";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user