1
0
Fork 0
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:
Garfield69 2024-03-03 08:36:00 +13:00
parent 1aa9a1e776
commit 4b6d6bb63a

View file

@ -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()