Attempt to keep hounddawgs logged in

This commit is contained in:
Kantraz 2015-12-16 20:19:59 +01:00
parent 73171c3e45
commit 8fcda318ca
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" }
};