Skip to content

Commit

Permalink
speedcd: 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 9b55d85 commit 0710998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jackett.Common/Indexers/SpeedCD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
using Jackett.Common.Utils.Clients;
using Newtonsoft.Json.Linq;
using NLog;
using static Jackett.Common.Models.IndexerConfig.ConfigurationData;

namespace Jackett.Common.Indexers
{
Expand Down Expand Up @@ -55,6 +56,7 @@ public class SpeedCD : IndexerBase
in your Speed.Cd profile. Eg. Geo Locking, your seedbox may be in a different country to the one where you login via your
web browser.<br><br>For best results, change the 'Torrents per page' setting to 100 in 'Profile Settings > Torrents'."))
{
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "Accounts not being used for 3 months will be removed to make room for active members."));
}

private TorznabCapabilities SetCapabilities()
Expand Down

0 comments on commit 0710998

Please sign in to comment.