Remove obsolete code
This commit is contained in:
parent
19770240aa
commit
3c1bb34f86
1 changed files with 0 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue