diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index d342582f..868fcd4a 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -318,6 +318,7 @@ class ProcessFanartThread(Thread): for key, value in allartworks.iteritems(): if not value and not key == 'BoxRear': needsupdate = True + break if needsupdate is False: log.debug('Already got all art for Plex id %s' % item['itemId'])