fix cookie fallback login

This commit is contained in:
kaso17 2017-08-21 15:02:36 +02:00
parent a7d65fedfb
commit 9928815777
1 changed files with 3 additions and 0 deletions

View File

@ -5,5 +5,8 @@ namespace Jackett.Models.DTO
{
public string id { get; set; }
public string value { get; set; }
public string cookie { get; set; } // for cookie alternative login (captcha needed + remote host)
public string challenge { get; set; } // for reCaptcha V1 compatibility
public string version { get; set; } // for reCaptcha V1 compatibility
}
}