mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
immortalseed: add activity info to config
This commit is contained in:
parent
1aa9a1e776
commit
4b6d6bb63a
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ namespace Jackett.Common.Indexers
|
|||
})
|
||||
{ Value = "desc" };
|
||||
configData.AddDynamic("orderrequestedfromsite", orderSelect);
|
||||
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "To keep records updated reguarly, all inactive accounts will be deleted after 60 days of inactivity."));
|
||||
}
|
||||
|
||||
private TorznabCapabilities SetCapabilities()
|
||||
|
|
Loading…
Add table
Reference in a new issue