diff --git a/resources/lib/PlexAPI.py b/resources/lib/PlexAPI.py index 3c867928..7c45147c 100644 --- a/resources/lib/PlexAPI.py +++ b/resources/lib/PlexAPI.py @@ -2189,8 +2189,8 @@ class API(): allartworks['Backdrop'].append(background) allartworks = self.getFanartTVArt(externalId, allartworks, True) else: - log.info('Artwork will be missing: Did not find a set/collection ' - 'ID on TheMovieDB using %s.' % self.getTitle()) + log.info('Did not find a set/collection ID on TheMovieDB using %s.' + ' Artwork will be missing.' % self.getTitle()) return allartworks def shouldStream(self):