1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-02 21:26:08 +00:00

AnimeBytes: add captcha support

This commit is contained in:
kaso17 2017-11-06 14:30:03 +01:00
parent be2a041a71
commit 27e314088e

View file

@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace Jackett.Models.IndexerConfig.Bespoke
{
class ConfigurationDataAnimeBytes : ConfigurationDataBasicLogin
class ConfigurationDataAnimeBytes : ConfigurationDataCaptchaLogin
{
public BoolItem IncludeRaw { get; private set; }
public DisplayItem DateWarning { get; private set; }