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

Move WebResult String and Byte properties to base class
This commit is contained in:
Cory
2020-03-20 14:22:56 -05:00
committed by ngosang
parent ab74421a81
commit 125298425a
25 changed files with 67 additions and 53 deletions

View File

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