mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
removed legacy UI components
This commit is contained in:
committed by
Taloth Saldono
parent
ab12c51e0f
commit
50d4d7a19d
@@ -197,7 +197,9 @@ namespace NzbDrone.Core.Configuration
|
||||
}
|
||||
}
|
||||
|
||||
public string UiFolder => GetValue("UiFolder", "UI", false);
|
||||
// public string UiFolder => GetValue("UiFolder", "UI", false);GetValue("UiFolder", "UI", false);
|
||||
public string UiFolder => "UI";
|
||||
|
||||
|
||||
public bool UpdateAutomatically => GetValueBoolean("UpdateAutomatically", false, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user