mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
rutracker: add captcha info to config. https://github.com/Jackett/Jackett/pull/6994#issuecomment-577585897
This commit is contained in:
@@ -3,11 +3,13 @@
|
|||||||
class ConfigurationDataRutracker : ConfigurationDataCaptchaLogin
|
class ConfigurationDataRutracker : ConfigurationDataCaptchaLogin
|
||||||
{
|
{
|
||||||
public BoolItem StripRussianLetters { get; private set; }
|
public BoolItem StripRussianLetters { get; private set; }
|
||||||
|
public DisplayItem CaptchaWarning { get; private set; }
|
||||||
|
|
||||||
public ConfigurationDataRutracker()
|
public ConfigurationDataRutracker()
|
||||||
: base()
|
: base()
|
||||||
{
|
{
|
||||||
StripRussianLetters = new BoolItem() { Name = "Strip Russian Letters", Value = true };
|
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" };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user