yts: keep cloudflare cookie (#8673)

This commit is contained in:
Diego Heras 2020-05-16 01:36:05 +02:00 committed by GitHub
parent f3a7e40b88
commit 0b94c0fc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace Jackett.Common.Indexers
}
var searchUrl = ApiEndpoint + "?" + queryCollection.GetQueryString();
var response = await RequestStringWithCookiesAndRetry(searchUrl, string.Empty);
var response = await RequestStringWithCookiesAndRetry(searchUrl);
try
{