mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
NzbRestrictions are now used, no more allowed release groups
This commit is contained in:
parent
244d3a8a58
commit
8bb4b06d28
8 changed files with 110 additions and 114 deletions
|
@ -43,7 +43,6 @@ namespace NzbDrone.Core.Configuration
|
|||
PriorityType NzbgetBacklogTvPriority { get; set; }
|
||||
PriorityType NzbgetRecentTvPriority { get; set; }
|
||||
string NzbRestrictions { get; set; }
|
||||
string AllowedReleaseGroups { get; set; }
|
||||
string GetValue(string key, object defaultValue, bool persist = false);
|
||||
void SetValue(string key, string value);
|
||||
void SaveValues(Dictionary<string, object> configValues);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue