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

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
{