Fix another TypeError
This commit is contained in:
parent
93009aa444
commit
17ab161369
1 changed files with 1 additions and 1 deletions
|
@ -2191,7 +2191,7 @@ class API():
|
||||||
else:
|
else:
|
||||||
log.info('Did not find a set/collection ID on TheMovieDB using %s.'
|
log.info('Did not find a set/collection ID on TheMovieDB using %s.'
|
||||||
' Artwork will be missing.' % self.getTitle()[0])
|
' Artwork will be missing.' % self.getTitle()[0])
|
||||||
return allartworks
|
return allartworks
|
||||||
|
|
||||||
def shouldStream(self):
|
def shouldStream(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue