mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
fixed AllowedReleaseGroupSpecification
This commit is contained in:
parent
a4d69cc5ce
commit
67995a5cf6
4 changed files with 21 additions and 17 deletions
|
@ -479,6 +479,12 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("NzbRestrictions", value); }
|
||||
}
|
||||
|
||||
public string AllowedReleaseGroups
|
||||
{
|
||||
get { return GetValue("AllowedReleaseGroups", String.Empty); }
|
||||
set { SetValue("AllowedReleaseGroups", value); }
|
||||
}
|
||||
|
||||
private string GetValue(string key)
|
||||
{
|
||||
return GetValue(key, String.Empty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue