mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 05:53:41 +02:00
core: code cleanup. part 2 (#9909)
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Jackett.Common.Indexers.Abstract
|
||||
var pairs = new Dictionary<string, string> {
|
||||
{ "username", configData.Username.Value },
|
||||
{ "password", configData.Password.Value },
|
||||
{ "keeplogged", "1"},
|
||||
{ "keeplogged", "1"}
|
||||
};
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(cookie))
|
||||
|
Reference in New Issue
Block a user