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:
Anthony Biacco 2018-12-12 10:18:11 -07:00
parent aa023f0166
commit 7f0cdb6f26
4 changed files with 15 additions and 1 deletions

View file

@ -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),