mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
alpharatio: add activity info to config
This commit is contained in:
parent
52e46eaaaf
commit
4d5659715f
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ using Jackett.Common.Models;
|
|||
using Jackett.Common.Services.Interfaces;
|
||||
using Jackett.Common.Utils.Clients;
|
||||
using NLog;
|
||||
using static Jackett.Common.Models.IndexerConfig.ConfigurationData;
|
||||
|
||||
namespace Jackett.Common.Indexers
|
||||
{
|
||||
|
@ -32,6 +33,7 @@ namespace Jackett.Common.Indexers
|
|||
supportsFreeleechOnly: true,
|
||||
imdbInTags: true)
|
||||
{
|
||||
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "Users must login to the site at least once every 90 days. Failure to do so results in the user account being suspended and automatically demoted to Exiled user class."));
|
||||
}
|
||||
|
||||
private TorznabCapabilities SetCapabilities()
|
||||
|
|
Loading…
Add table
Reference in a new issue