Revert "Fix processing of complicated PMS messages"
This reverts commit fb7905e0b6
.
This commit is contained in:
parent
fb7905e0b6
commit
5346426bd7
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue