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:
parent
748d48c703
commit
4ed0e08b4f
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
|
||||
{
|
||||
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue