Remove obsolete code

This commit is contained in:
croneter 2018-03-04 13:52:44 +01:00
parent 275283616e
commit cb8a3abdd8

View file

@ -764,10 +764,6 @@ class API(object):
if self.plex_type() in (v.PLEX_TYPE_EPISODE,
v.PLEX_TYPE_SONG,
v.PLEX_TYPE_ALBUM):
# Process parent item's poster
art = self._one_artwork('grandparentThumb')
if art:
artworks['tvshow.poster'] = art
# Get parent item artwork if the main item is missing artwork
if 'fanart' not in artworks:
art = self._one_artwork('parentArt')