Revert "core: refactor http webclient part 10 #8529 (#7729)"

This reverts commit 3a0ece162f.
This commit is contained in:
ngosang
2020-09-21 08:03:14 +02:00
parent 90d31a9b8e
commit 2d0b378545
25 changed files with 53 additions and 67 deletions

View File

@@ -104,7 +104,7 @@ namespace Jackett.Common.Indexers
public override async Task<ConfigurationData> GetConfigurationForSetup()
{
BaseWebResult loginPage;
WebClientStringResult loginPage;
try
{
loginPage = await RequestStringWithCookies(StartPageUrl, string.Empty);