Revert "Fix TypeError"

This reverts commit e16a212a4e.
This commit is contained in:
tomkat83 2017-05-31 12:55:58 +02:00
parent e16a212a4e
commit d57e4ff2ef

View file

@ -2189,8 +2189,8 @@ class API():
allartworks['Backdrop'].append(background) allartworks['Backdrop'].append(background)
allartworks = self.getFanartTVArt(externalId, allartworks, True) allartworks = self.getFanartTVArt(externalId, allartworks, True)
else: else:
log.info('Artwork will be missing: Did not find a set/collection ' log.info('Did not find a set/collection ID on TheMovieDB using %s.'
'ID on TheMovieDB using %s.' % self.getTitle()) ' Artwork will be missing.' % self.getTitle())
return allartworks return allartworks
def shouldStream(self): def shouldStream(self):