mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
m-teamtp: add config info for apikey. #15209
This commit is contained in:
@@ -6,11 +6,13 @@ namespace Jackett.Common.Models.IndexerConfig.Bespoke
|
|||||||
internal class ConfigurationDataMTeamTp : ConfigurationData
|
internal class ConfigurationDataMTeamTp : ConfigurationData
|
||||||
{
|
{
|
||||||
public StringConfigurationItem ApiKey { get; private set; }
|
public StringConfigurationItem ApiKey { get; private set; }
|
||||||
|
public DisplayInfoConfigurationItem ApiKeyInfo { get; private set; }
|
||||||
public BoolConfigurationItem FreeleechOnly { get; private set; }
|
public BoolConfigurationItem FreeleechOnly { get; private set; }
|
||||||
|
|
||||||
public ConfigurationDataMTeamTp()
|
public ConfigurationDataMTeamTp()
|
||||||
{
|
{
|
||||||
ApiKey = new StringConfigurationItem("API Key");
|
ApiKey = new StringConfigurationItem("API Key");
|
||||||
|
ApiKeyInfo = new DisplayInfoConfigurationItem("ApiKey Info", "The API key can be obtained by accessing your M-Team TP user CP.");
|
||||||
FreeleechOnly = new BoolConfigurationItem("Search freeleech only") { Value = false };
|
FreeleechOnly = new BoolConfigurationItem("Search freeleech only") { Value = false };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user