Skip to content

Commit

Permalink
redacted: add activity info to config
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Mar 3, 2024
1 parent 38ce9fc commit 7631c1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jackett.Common/Indexers/Redacted.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Jackett.Common.Services.Interfaces;
using Newtonsoft.Json.Linq;
using NLog;
using static Jackett.Common.Models.IndexerConfig.ConfigurationData;
using WebClient = Jackett.Common.Utils.Clients.WebClient;

namespace Jackett.Common.Indexers
Expand Down Expand Up @@ -39,6 +40,7 @@ public Redacted(IIndexerConfigurationService configService, WebClient wc, Logger
)
{
webclient.EmulateBrowser = false; // Issue #9751
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "To keep your account active, sign in and browse the site at least once every 120 days. Seeding torrents does not count as account activity, so in order to remain active you need to sign in and browse the site. Some scripts or automated tools may be detected as activity on your account, but it is best to sign in with a browser from time to time just to make sure you will not be flagged as inactive. Donors and certain user classes (Power User+) are exempt from automatic account disabling due to inactivity. If you wish to always maintain an active account consider donating or reaching a higher user class."));
}

private TorznabCapabilities SetCapabilities()
Expand Down

0 comments on commit 7631c1e

Please sign in to comment.