1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: Separate UI Language into two settings for Movie Info and Main UI

This commit is contained in:
Qstick
2020-09-08 21:38:05 -04:00
parent 2014ff6610
commit ecbdd58f42
7 changed files with 37 additions and 11 deletions
@@ -386,6 +386,13 @@ namespace NzbDrone.Core.Configuration
set { SetValue("MovieInfoLanguage", value); }
}
public int UILanguage
{
get { return GetValueInt("UILanguage", (int)Language.English); }
set { SetValue("UILanguage", value); }
}
public bool CleanupMetadataImages
{
get { return GetValueBoolean("CleanupMetadataImages", true); }