From 90e9c9c27f227f5e41ae6d7d6d74ce98e6ef682e Mon Sep 17 00:00:00 2001 From: Antonio Martin Date: Wed, 25 Aug 2021 21:37:16 +0100 Subject: [PATCH] Used general term in fanart.tv mapping for prefix completion --- resources/lib/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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