mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Added option to not auto download propers
This commit is contained in:
parent
5b25f9c799
commit
a4d6851be1
8 changed files with 56 additions and 5 deletions
|
@ -37,6 +37,7 @@ namespace NzbDrone.Core.Configuration
|
|||
PriorityType NzbgetOlderTvPriority { get; set; }
|
||||
string ReleaseRestrictions { get; set; }
|
||||
Int32 RssSyncInterval { get; set; }
|
||||
Boolean AutoDownloadPropers { get; set; }
|
||||
void SaveValues(Dictionary<string, object> configValues);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue