Remove debug lines

This commit is contained in:
Michael Shepanski 2019-10-15 22:57:04 -04:00
parent fad1dd7add
commit faedc272ac

View file

@ -100,11 +100,7 @@ def create_section(server, section, opts):
expected_media_type = tuple(SEARCHTYPES[t] for t in expected_media_type) expected_media_type = tuple(SEARCHTYPES[t] for t in expected_media_type)
def alert_callback(data): def alert_callback(data):
""" Listen to the Plex notifier to determine when metadata scanning is complete. """ Listen to the Plex notifier to determine when metadata scanning is complete. """
* state=1 means record processed, when no metadata source was set
* state=5 means record processed, applicable only when metadata source was set
{u'StatusNotification': [{u'notificationName': u'LIBRARY_UPDATE', u'description': u'Extra information may still be downloading from the Internet', u'title': u'Library scan complete'}], u'type': u'status', u'size': 1}
"""
global processed_media global processed_media
if data['type'] == 'timeline': if data['type'] == 'timeline':
for entry in data['TimelineEntry']: for entry in data['TimelineEntry']: