1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 14:14:25 +00:00

avistaz: add activity info to config

This commit is contained in:
Garfield69 2024-03-01 19:48:00 +13:00
parent 748d48c703
commit 4ed0e08b4f

View file

@ -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
{
@ -29,6 +30,7 @@ namespace Jackett.Common.Indexers
p: ps,
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. Do not rely on inactivity emails, we often do not send them."));
}
private TorznabCapabilities SetCapabilities()