diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index a1545a7d..31be22c8 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -1477,7 +1477,7 @@ class LibrarySync(Thread): # Have we already added this element? for existingItem in self.itemsToProcess: if existingItem['ratingKey'] == itemId: - continue + break else: # Haven't added this element to the queue yet self.itemsToProcess.append({