User can now configure RSS Sync Interval

This commit is contained in:
Mark McDowall 2013-08-05 22:22:58 -07:00
commit 083f649b5c
6 changed files with 50 additions and 11 deletions

View file

@ -36,6 +36,7 @@ namespace NzbDrone.Core.Configuration
PriorityType NzbgetRecentTvPriority { get; set; }
PriorityType NzbgetOlderTvPriority { get; set; }
string ReleaseRestrictions { get; set; }
Int32 RssSyncInterval { get; set; }
void SaveValues(Dictionary<string, object> configValues);
}
}