mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07: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:
parent
76089b460c
commit
fe5b42696d
5 changed files with 36 additions and 1 deletions
|
@ -21,6 +21,7 @@ define(
|
|||
allDayDefault : false,
|
||||
ignoreTimezone: false,
|
||||
weekMode : 'variable',
|
||||
firstDay : window.NzbDrone.ServerStatus.startOfWeek,
|
||||
timeFormat : 'h(:mm)tt',
|
||||
header : {
|
||||
left : 'prev,next today',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue