Revert "core: refactor http webclient part 12 #8529 (#8939)"

This reverts commit 22bced9ca3.
This commit is contained in:
ngosang
2020-09-21 08:02:58 +02:00
parent ca61f965e9
commit a8d055f0d5
30 changed files with 90 additions and 67 deletions

View File

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