Fix not download collection artwork

This commit is contained in:
tomkat83 2016-06-08 20:34:49 +02:00
parent 3e3c5ab018
commit 6d42ae7e32

View file

@ -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