mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
EliteTracker: clear cookies on login
This commit is contained in:
parent
8c053797ce
commit
9c98465b21
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ Encoding = Encoding.UTF8;
|
|||
{ "password", configData.Password.Value }
|
||||
};
|
||||
|
||||
var result = await PostDataWithCookies(LoginUrl, pairs);
|
||||
var result = await PostDataWithCookies(LoginUrl, pairs, "");
|
||||
|
||||
await ConfigureIfOK(result.Cookies, result.Cookies != null, () =>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue