mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
rutracker: add captcha info to config. https://github.com/Jackett/Jackett/pull/6994#issuecomment-577585897
This commit is contained in:
parent
6fc1992851
commit
36f91abc35
1 changed files with 2 additions and 0 deletions
|
@ -3,11 +3,13 @@
|
|||
class ConfigurationDataRutracker : ConfigurationDataCaptchaLogin
|
||||
{
|
||||
public BoolItem StripRussianLetters { get; private set; }
|
||||
public DisplayItem CaptchaWarning { get; private set; }
|
||||
|
||||
public ConfigurationDataRutracker()
|
||||
: base()
|
||||
{
|
||||
StripRussianLetters = new BoolItem() { Name = "Strip Russian Letters", Value = true };
|
||||
CaptchaWarning = new DisplayItem("<b>About Captcha:</b> If the Captcha Image is missing then leave the Captcha Text empty.") { Name = "Captcha Info" };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue