Animebytes username requirement (#3076)

This commit is contained in:
flightlevel
2018-05-06 10:36:53 +10:00
committed by GitHub
parent e6b135e151
commit 8d921202fa
3 changed files with 6 additions and 4 deletions

View File

@@ -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)
{