1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -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
@@ -77,6 +77,7 @@ namespace NzbDrone.Core.Configuration
bool ShowRelativeDates { get; set; }
bool EnableColorImpairedMode { get; set; }
int MovieInfoLanguage { get; set; }
int UILanguage { get; set; }
//Internal
bool CleanupMetadataImages { get; set; }