Merge pull request #129 from Kantraz/patch-2

Attempt to keep hounddawgs logged in
This commit is contained in:
flightlevel 2015-12-20 11:27:22 +11:00
commit a69ee65176
1 changed files with 1 additions and 0 deletions

View File

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