New: Setting to prevent download of early releases (#485)

* New: Setting to prevent download of early releases

* Fixup! Test and Wording
This commit is contained in:
Qstick
2018-09-20 22:21:26 -04:00
committed by GitHub
parent 9b0a7c60ed
commit e08f39ebe0
17 changed files with 222 additions and 8 deletions
@@ -40,6 +40,9 @@ namespace NzbDrone.Core.Indexers.Waffles
[FieldDefinition(4)]
public SeedCriteriaSettings SeedCriteria { get; } = new SeedCriteriaSettings();
[FieldDefinition(5, Type = FieldType.Number, Label = "Early Download Limit", Unit = "days", HelpText = "Time before release date Lidarr will download from this indexer, empty is no limit", Advanced = true)]
public int? EarlyReleaseLimit { get; set; }
public NzbDroneValidationResult Validate()
{