Remove obsolete code

This commit is contained in:
Croneter 2018-03-20 11:17:15 +01:00
parent 19770240aa
commit 3c1bb34f86

View file

@ -324,15 +324,6 @@ KODI_TO_PLEX_ARTWORK = {
'fanart': 'art'
}
KODI_TO_PLEX_ARTWORK_EPISODE = {
'tvshow.poster': 'grandparentThumb',
'tvshow.fanart': 'grandparentArt',
'season.poster': 'parentThumb',
'season.fanart': 'parentArt',
'poster': 'thumb',
'fanart': 'art'
}
# Might be implemented in the future: 'icon', 'landscape' (16:9)
ALL_KODI_ARTWORK = (
'thumb',