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:
parent
be2a041a71
commit
27e314088e
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue