Merge pull request #982 from Pbaboe/StartDayofWeek

Start day of the week changeable
This commit is contained in:
JonnyWong16 2017-03-04 15:02:57 -08:00 committed by GitHub
commit 8b15c63b0d
4 changed files with 16 additions and 3 deletions

View file

@ -566,6 +566,7 @@ _CONFIG_DEFINITIONS = {
'UPDATE_LABELS': (int, 'General', 1),
'VERIFY_SSL_CERT': (bool_int, 'Advanced', 1),
'VIDEO_LOGGING_ENABLE': (int, 'Monitoring', 1),
'WEEK_START': (int, 'General', 0),
'XBMC_ENABLED': (int, 'XBMC', 0),
'XBMC_HOST': (str, 'XBMC', ''),
'XBMC_PASSWORD': (str, 'XBMC', ''),