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

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