mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
User can now configure RSS Sync Interval
This commit is contained in:
parent
3a3d43b702
commit
083f649b5c
6 changed files with 50 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue