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