mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 07:22:37 -07:00
Revert "Add setting to enable Live TV logging"
This reverts commit 5d1bc3cf9b
.
This commit is contained in:
parent
1dd1c6f67f
commit
60d577f95e
4 changed files with 2 additions and 13 deletions
|
@ -232,10 +232,7 @@ class ActivityProcessor(object):
|
|||
u"seconds, so we're not logging it." %
|
||||
(session['rating_key'], str(real_play_time), import_ignore_interval))
|
||||
|
||||
if not is_import and session['live'] and not plexpy.CONFIG.LOGGING_LIVE_TV:
|
||||
logging_enabled = False
|
||||
logger.debug(u"Tautulli ActivityProcessor :: History logging for Live TV is disabled.")
|
||||
elif not is_import and not user_details['keep_history']:
|
||||
if not is_import and not user_details['keep_history']:
|
||||
logging_enabled = False
|
||||
logger.debug(u"Tautulli ActivityProcessor :: History logging for user '%s' is disabled." % user_details['username'])
|
||||
elif not is_import and not library_details['keep_history']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue