mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Animebytes username requirement (#3076)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Jackett.Common.Models.IndexerConfig
|
||||
{
|
||||
public StringItem Username { get; private set; }
|
||||
public StringItem Passkey { get; private set; }
|
||||
public DisplayItem Instructions { get; private set; }
|
||||
public DisplayItem Instructions { get; protected set; }
|
||||
|
||||
public ConfigurationDataUserPasskey(string instructionMessageOptional = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user