Skip to content

Commit

Permalink
torrentnetwork: add activity info to config
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Mar 4, 2024
1 parent 3f901c1 commit 1ae1177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Jackett.Common/Indexers/TorrentNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public TorrentNetwork(IIndexerConfigurationService configService, WebClient wc,
configData.AddDynamic("token", new HiddenStringConfigurationItem("token"));
configData.AddDynamic("passkey", new HiddenStringConfigurationItem("passkey"));
configData.AddDynamic("freeleech", new BoolConfigurationItem("Filter freeleech only") { Value = false });
configData.AddDynamic("Account Inactivity", new DisplayInfoConfigurationItem("Account Inactivity", "After four weeks of inactivity (six weeks for power users) your account will be deleted (= finally and irrevocably removed from the database). To avoid deletion, you can park your account. Running torrents do not count as active, only logging in counts!!!"));
}

private TorznabCapabilities SetCapabilities()
Expand Down

0 comments on commit 1ae1177

Please sign in to comment.