mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
add config variable PMS_UPDATE_NOTIFY_INTERVAL and settings interface to be to change how often we notify about a new plex version
This commit is contained in:
parent
aa023f0166
commit
7f0cdb6f26
4 changed files with 15 additions and 1 deletions
|
@ -66,6 +66,7 @@ _CONFIG_DEFINITIONS = {
|
|||
'PMS_UPDATE_DISTRO': (str, 'PMS', ''),
|
||||
'PMS_UPDATE_DISTRO_BUILD': (str, 'PMS', ''),
|
||||
'PMS_WEB_URL': (str, 'PMS', 'https://app.plex.tv/desktop'),
|
||||
'PMS_UPDATE_NOTIFY_INTERVAL': (int, 'Advanced', 24),
|
||||
'TIME_FORMAT': (str, 'General', 'HH:mm'),
|
||||
'ANON_REDIRECT': (str, 'General', 'http://www.nullrefer.com/?'),
|
||||
'API_ENABLED': (int, 'General', 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue