Fix processing of complicated PMS messages
This commit is contained in:
parent
ddf4e89165
commit
fb7905e0b6
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:
|
||||||
break
|
continue
|
||||||
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