mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed display bug for Settings/Downloads, it will now show the correct Div for Blackhole/SABnzbd.
This commit is contained in:
parent
742ad0a932
commit
e388b2d3b1
4 changed files with 27 additions and 38 deletions
|
@ -201,7 +201,6 @@ namespace NzbDrone.Core.Providers.Core
|
|||
set { SetValue("DefaultQualityProfile", value); }
|
||||
}
|
||||
|
||||
|
||||
private string GetValue(string key)
|
||||
{
|
||||
return GetValue(key, String.Empty, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue