From 17ab1613698f0f440c5b92d678fe2d4abf9c9abf Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Wed, 31 May 2017 12:57:53 +0200 Subject: [PATCH] Fix another TypeError --- resources/lib/PlexAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/PlexAPI.py b/resources/lib/PlexAPI.py index 2311c32a..8c307811 100644 --- a/resources/lib/PlexAPI.py +++ b/resources/lib/PlexAPI.py @@ -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): """