mirror of
https://github.com/Jackett/Jackett
synced 2025-02-27 08:32:56 +00:00
GazelleTracker: enable keeplogged #6461
This commit is contained in:
parent
3fc2476bd2
commit
310cba2655
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ namespace Jackett.Common.Indexers.Abstract
|
||||||
var pairs = new Dictionary<string, string> {
|
var pairs = new Dictionary<string, string> {
|
||||||
{ "username", configData.Username.Value },
|
{ "username", configData.Username.Value },
|
||||||
{ "password", configData.Password.Value },
|
{ "password", configData.Password.Value },
|
||||||
|
{ "keeplogged", "1"},
|
||||||
};
|
};
|
||||||
|
|
||||||
var response = await RequestLoginAndFollowRedirect(LoginUrl, pairs, string.Empty, true, SiteLink);
|
var response = await RequestLoginAndFollowRedirect(LoginUrl, pairs, string.Empty, true, SiteLink);
|
||||||
|
|
Loading…
Reference in a new issue