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

@@ -548,7 +548,7 @@ namespace Jackett.Common.Indexers
/// <returns>Results from query</returns>
private async Task<string> queryTracker(string request)
{
WebResult results = null;
BaseWebResult results = null;
// Cache mode not enabled or cached file didn't exist for our query
output("\nQuerying tracker for results....");