Fixed display bug for Settings/Downloads, it will now show the correct Div for Blackhole/SABnzbd.

This commit is contained in:
Mark McDowall 2011-04-25 12:02:29 -07:00
commit e388b2d3b1
4 changed files with 27 additions and 38 deletions

View file

@ -201,7 +201,6 @@ namespace NzbDrone.Core.Providers.Core
set { SetValue("DefaultQualityProfile", value); }
}
private string GetValue(string key)
{
return GetValue(key, String.Empty, false);