mirror of https://github.com/Jackett/Jackett
m-teamtp: update config info. resolves #15209
This commit is contained in:
parent
c75253a87b
commit
b120cd98cb
|
@ -12,7 +12,7 @@ namespace Jackett.Common.Models.IndexerConfig.Bespoke
|
||||||
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.");
|
ApiKeyInfo = new DisplayInfoConfigurationItem("ApiKey Info", "The API key can be obtained by accessing your M-Team-TP User Control Panel > Security > Laboratory.");
|
||||||
FreeleechOnly = new BoolConfigurationItem("Search freeleech only") { Value = false };
|
FreeleechOnly = new BoolConfigurationItem("Search freeleech only") { Value = false };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue