Shorten for loop
This commit is contained in:
parent
daf23fcc55
commit
83029b7560
1 changed files with 1 additions and 0 deletions
|
@ -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'])
|
||||
|
|
Loading…
Reference in a new issue