mirror of
https://github.com/Jackett/Jackett
synced 2024-12-31 20:27:28 +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)
|
||||
{
|
||||
LoadValuesFromJson(configJson);
|
||||
CookieHeader = "";
|
||||
|
||||
var result1 = await RequestStringWithCookies(CaptchaUrl);
|
||||
var json1 = JObject.Parse(result1.Content);
|
||||
|
|
Loading…
Reference in a new issue