Remove obsolete timestamp

This commit is contained in:
croneter 2017-09-06 19:30:19 +02:00
parent 3ada7d1a98
commit fc03ebc8d4

View file

@ -1217,7 +1217,6 @@ class LibrarySync(Thread):
PMS is messing with the library items, e.g. new or changed. Put in our PMS is messing with the library items, e.g. new or changed. Put in our
"processing queue" for later "processing queue" for later
""" """
now = getUnixTimestamp()
for item in data: for item in data:
if 'tv.plex' in item.get('identifier', ''): if 'tv.plex' in item.get('identifier', ''):
# Ommit Plex DVR messages - the Plex IDs are not corresponding # Ommit Plex DVR messages - the Plex IDs are not corresponding