mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Flag update JWT UUID after restarting
This commit is contained in:
parent
f21d505ab8
commit
7498617b74
4 changed files with 15 additions and 15 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue