1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-15 08:28:59 +00:00

fixed whitespace

This commit is contained in:
unknown 2015-06-13 21:59:50 -05:00
parent 51ed4166d8
commit acf5d90945

View file

@ -72,10 +72,10 @@ namespace Jackett.Indexers
config.LoadValuesFromJson(configJson);
var pairs = new Dictionary<string, string> {
{ "username", config.Username.Value },
{ "password", config.Password.Value },
{ "username", config.Username.Value },
{ "password", config.Password.Value },
{ "submit", "come on in" }
};
};
var content = new FormUrlEncodedContent(pairs);