privatehd: add activity info to config

This commit is contained in:
Garfield69 2024-03-03 20:07:26 +13:00
parent 172303505d
commit e34fa9f0ad
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,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
{
@ -27,6 +28,7 @@ namespace Jackett.Common.Indexers
cs: cs
)
{
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "To avoid account deletion you must login at least 1 time every 90 days, and you must download at least 1 torrent every 6 months. Simply keeping torrents seeding long term will not protect your account"));
}
private TorznabCapabilities SetCapabilities()