Revert "Add setting to enable Live TV logging"

This reverts commit 5d1bc3cf9b.
This commit is contained in:
JonnyWong16 2020-02-22 14:02:34 -08:00
commit 60d577f95e
4 changed files with 2 additions and 13 deletions

View file

@ -292,7 +292,6 @@ _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),