Private GIT

Skip to content
Snippets Groups Projects
Commit a69ee651 authored by flightlevel's avatar flightlevel
Browse files

Merge pull request #129 from Kantraz/patch-2

Attempt to keep hounddawgs logged in
parents 73171c3e 8fcda318
Branches
Tags
No related merge requests found
......@@ -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" }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment