Fix TypeError
This commit is contained in:
parent
d57e4ff2ef
commit
93009aa444
1 changed files with 1 additions and 1 deletions
|
@ -2190,7 +2190,7 @@ class API():
|
|||
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())
|
||||
' Artwork will be missing.' % self.getTitle()[0])
|
||||
return allartworks
|
||||
|
||||
def shouldStream(self):
|
||||
|
|
Loading…
Reference in a new issue