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

Merge web results classes into single class and update usages
This commit is contained in:
Cory
2020-06-10 16:22:29 -05:00
committed by ngosang
parent 124719acae
commit 67c7b4ca70
30 changed files with 67 additions and 90 deletions

View File

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