Add setting to enable Live TV logging

This commit is contained in:
JonnyWong16 2020-02-17 17:53:13 -08:00
parent 81ab9b006d
commit 5d1bc3cf9b
4 changed files with 13 additions and 2 deletions

View file

@ -291,6 +291,7 @@ _CONFIG_DEFINITIONS = {
'LOG_BLACKLIST': (int, 'General', 1),
'LOG_DIR': (str, 'General', ''),
'LOGGING_IGNORE_INTERVAL': (int, 'Monitoring', 120),
'LOGGING_LIVE_TV': (int, 'Monitoring', 1),
'MAXMIND_LICENSE_KEY': (str, 'General', ''),
'METADATA_CACHE_SECONDS': (int, 'Advanced', 1800),
'MOVIE_LOGGING_ENABLE': (int, 'Monitoring', 1),