Fix TypeError
This commit is contained in:
parent
5698d30541
commit
e16a212a4e
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue