mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
PassThePopcorn: use keeplogged=1 again
This commit is contained in:
parent
8db85b5abb
commit
15ff725ee5
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ namespace Jackett.Common.Indexers
|
|||
{ "username", configData.Username.Value },
|
||||
{ "password", configData.Password.Value },
|
||||
{ "passkey", configData.Passkey.Value },
|
||||
{ "keeplogged", "0" },
|
||||
{ "keeplogged", "1" },
|
||||
{ "login", "Log In!" }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue