mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Merge pull request #129 from Kantraz/patch-2
Attempt to keep hounddawgs logged in
This commit is contained in:
@@ -65,6 +65,7 @@ namespace Jackett.Indexers
|
||||
var pairs = new Dictionary<string, string> {
|
||||
{ "username", configData.Username.Value },
|
||||
{ "password", configData.Password.Value },
|
||||
{ "keeplogged", "1" },
|
||||
{ "login", "Login" }
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user