Skip to content

Commit

Permalink
privatehd: 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 1723035 commit e34fa9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jackett.Common/Indexers/PrivateHD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Jackett.Common.Services.Interfaces;
using Jackett.Common.Utils.Clients;
using NLog;
using static Jackett.Common.Models.IndexerConfig.ConfigurationData;

namespace Jackett.Common.Indexers
{
Expand All @@ -27,6 +28,7 @@ public class PrivateHD : AvistazTracker
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"));
}

private TorznabCapabilities SetCapabilities()
Expand Down

0 comments on commit e34fa9f

Please sign in to comment.