diff --git a/resources/lib/variables.py b/resources/lib/variables.py index 9e095845..e112cfd0 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -530,7 +530,7 @@ FANART_TV_TO_KODI_TYPE = [ ('background', 'fanart'), ('showbackground', 'fanart'), ('characterart', 'characterart'), - ('moviethumb', 'landscape') + ('thumb', 'landscape') ] # How many different backgrounds do we want to load from fanart.tv? MAX_BACKGROUND_COUNT = 10