mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
avistaztracker: update account inactivity info. resolves #15679
This commit is contained in:
parent
885b92137e
commit
2079192f0b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace Jackett.Common.Models.IndexerConfig.Bespoke
|
||||||
: base("You have to check 'Enable RSS Feed' in 'My Account', without this configuration the torrent download does not work.<br/>You can find the PID in 'My profile'.")
|
: base("You have to check 'Enable RSS Feed' in 'My Account', without this configuration the torrent download does not work.<br/>You can find the PID in 'My profile'.")
|
||||||
{
|
{
|
||||||
Freeleech = new BoolConfigurationItem("Search freeleech only") { Value = false };
|
Freeleech = new BoolConfigurationItem("Search freeleech only") { Value = false };
|
||||||
AccountActivity = 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. Do not rely on inactivity emails, admins often do not send them.");
|
AccountActivity = new DisplayInfoConfigurationItem("Account Inactivity", "To avoid account deletion you must login at least 1 time every 60 days, and you must download at least 1 torrent every 90 days. Simply keeping torrents seeding long term will not protect your account. Do not rely on inactivity emails, we often do not send them.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue