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
@@ -13,5 +13,6 @@ namespace NzbDrone.Core.Test.IndexerTests
}
public string BaseUrl { get; set; }
public int? EarlyReleaseLimit { get; set; }
}
}