1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

New: Minimum Age setting to deal with propagation issues (Usenet only)

This commit is contained in:
Mark McDowall
2014-12-15 15:40:53 -08:00
parent eeafa2cb64
commit 580f03a5bc
12 changed files with 150 additions and 5 deletions
@@ -49,6 +49,7 @@ namespace NzbDrone.Core.Configuration
//Indexers
Int32 Retention { get; set; }
Int32 RssSyncInterval { get; set; }
Int32 MinimumAge { get; set; }
//UI
Int32 FirstDayOfWeek { get; set; }