1
0
Fork 0
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:
kaso17 2018-03-18 17:16:37 +01:00
parent 8db85b5abb
commit 15ff725ee5

View file

@ -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!" }
};