1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

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
parent 742ad0a932
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);