NzbRestrictions are now used, no more allowed release groups

This commit is contained in:
Mark McDowall 2013-07-01 19:34:38 -07:00
commit 8bb4b06d28
8 changed files with 110 additions and 114 deletions

View file

@ -277,12 +277,6 @@ 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);