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['Backdrop'].append(background)
|
||||||
allartworks = self.getFanartTVArt(externalId, allartworks, True)
|
allartworks = self.getFanartTVArt(externalId, allartworks, True)
|
||||||
else:
|
else:
|
||||||
log.info('Did not find a set/collection ID on TheMovieDB using %s.'
|
log.info('Artwork will be missing: Did not find a set/collection '
|
||||||
' Artwork will be missing.' % self.getTitle())
|
'ID on TheMovieDB using %s.' % self.getTitle())
|
||||||
return allartworks
|
return allartworks
|
||||||
|
|
||||||
def shouldStream(self):
|
def shouldStream(self):
|
||||||
|
|
Loading…
Reference in a new issue