GFTracker: avoid unnecessary re-logins

This commit is contained in:
kaso17 2017-02-07 18:45:17 +01:00
parent 7226626b71
commit 5f0eb9a170
1 changed files with 2 additions and 1 deletions

View File

@ -138,6 +138,7 @@ namespace Jackett.Indexers
var response = await RequestLoginAndFollowRedirect(LoginUrl, pairs, configData.CookieHeader.Value, true, SearchUrl, StartPageUrl);
UpdateCookieHeader(response.Cookies);
UpdateCookieHeader("mybbuser=;"); // add dummy cookie, otherwise we get logged out after each request
await ConfigureIfOK(configData.CookieHeader.Value, response.Content != null && response.Content.Contains("logout.php"), () =>
{