Fix TypeError

This commit is contained in:
tomkat83 2017-05-31 12:51:03 +02:00
parent 5698d30541
commit e16a212a4e

View file

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