From 27e314088eb634b2a5d8d5ba269bc47b90c1a03c Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 6 Nov 2017 14:30:03 +0100 Subject: [PATCH] AnimeBytes: add captcha support --- .../Models/IndexerConfig/Bespoke/ConfigurationDataAnimeBytes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataAnimeBytes.cs b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataAnimeBytes.cs index b4e846d23..6ab66a951 100644 --- a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataAnimeBytes.cs +++ b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataAnimeBytes.cs @@ -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; }