Flag update JWT UUID after restarting

This commit is contained in:
JonnyWong16 2019-08-24 21:13:39 -07:00
parent f21d505ab8
commit 7498617b74
4 changed files with 15 additions and 15 deletions

View file

@ -625,6 +625,7 @@ _CONFIG_DEFINITIONS = {
'XBMC_ON_NEWDEVICE': (int, 'XBMC', 0),
'JWT_SECRET': (str, 'Advanced', ''),
'JWT_UUID': (str, 'Advanced', ''),
'JWT_UPDATE_UUID': (bool_int, 'Advanced', 0),
'SYSTEM_ANALYTICS': (int, 'Advanced', 1),
'WIN_SYS_TRAY': (int, 'General', 1)
}