Revert "Fix processing of complicated PMS messages"

This reverts commit fb7905e0b6.
This commit is contained in:
tomkat83 2016-09-11 10:43:16 +02:00
parent fb7905e0b6
commit 5346426bd7

View file

@ -1477,7 +1477,7 @@ class LibrarySync(Thread):
# Have we already added this element? # Have we already added this element?
for existingItem in self.itemsToProcess: for existingItem in self.itemsToProcess:
if existingItem['ratingKey'] == itemId: if existingItem['ratingKey'] == itemId:
continue break
else: else:
# Haven't added this element to the queue yet # Haven't added this element to the queue yet
self.itemsToProcess.append({ self.itemsToProcess.append({