1
0
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:
Keivan Beigi
2017-02-23 16:56:47 -08:00
committed by Taloth Saldono
parent ab12c51e0f
commit 50d4d7a19d
16 changed files with 8 additions and 332 deletions
@@ -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);