mirror of
https://github.com/Jackett/Jackett
synced 2025-01-18 21:50:33 +00:00
TorrentSyndikat: fix (re)login issue
This commit is contained in:
parent
dda27ef45f
commit
01dec12909
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ namespace Jackett.Indexers
|
||||||
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)
|
||||||
{
|
{
|
||||||
LoadValuesFromJson(configJson);
|
LoadValuesFromJson(configJson);
|
||||||
|
CookieHeader = "";
|
||||||
|
|
||||||
var result1 = await RequestStringWithCookies(CaptchaUrl);
|
var result1 = await RequestStringWithCookies(CaptchaUrl);
|
||||||
var json1 = JObject.Parse(result1.Content);
|
var json1 = JObject.Parse(result1.Content);
|
||||||
|
|
Loading…
Reference in a new issue