Fix another TypeError

This commit is contained in:
tomkat83 2017-05-31 12:57:53 +02:00
parent 93009aa444
commit 17ab161369

View file

@ -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):
""" """