mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Auto detect first day of week for calendar
New: Calendar will use systems first day of week when displaying
This commit is contained in:
@@ -42,7 +42,8 @@ namespace NzbDrone.Api.System
|
||||
IsLinux = OsInfo.IsLinux,
|
||||
IsWindows = OsInfo.IsWindows,
|
||||
Branch = _configFileProvider.Branch,
|
||||
Authentication = _configFileProvider.AuthenticationEnabled
|
||||
Authentication = _configFileProvider.AuthenticationEnabled,
|
||||
StartOfWeek = (int)OsInfo.FirstDayOfWeek
|
||||
}.AsResponse();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user