mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed AllowedReleaseGroupSpecification
This commit is contained in:
parent
a4d69cc5ce
commit
67995a5cf6
4 changed files with 21 additions and 17 deletions
|
@ -78,6 +78,7 @@ 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