Fix log spam if notifications turned off
This commit is contained in:
@@ -161,7 +161,7 @@ def notify(stream_data=None, notify_action=None):
|
|||||||
elif stream_data['media_type'] == 'clip':
|
elif stream_data['media_type'] == 'clip':
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
logger.debug(u"PlexPy Notifier :: Notify called with unsupported media type.")
|
#logger.debug(u"PlexPy Notifier :: Notify called with unsupported media type.")
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
logger.debug(u"PlexPy Notifier :: Notify called but incomplete data received.")
|
logger.debug(u"PlexPy Notifier :: Notify called but incomplete data received.")
|
||||||
|
Reference in New Issue
Block a user