Fix not download collection artwork
This commit is contained in:
parent
3e3c5ab018
commit
6d42ae7e32
1 changed files with 1 additions and 1 deletions
|
@ -2038,7 +2038,7 @@ class API():
|
|||
self.logMsg('Could not download %s with parameters %s'
|
||||
% (url, parameters), -1)
|
||||
continue
|
||||
if collection is True:
|
||||
if collection is False:
|
||||
if data.get("imdb_id") is not None:
|
||||
mediaId = str(data.get("imdb_id"))
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue