From 380a55d57463c1271e4e8d0861a91b9f28944b98 Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 5 May 2020 18:41:04 +0200 Subject: [PATCH] ops --- platformcode/platformtools.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index 9c273526..b9ce7472 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -198,9 +198,9 @@ def render_items(itemlist, parent_item): # if cloudflare, cookies are needed to display images taken from site # before checking domain (time consuming), checking if tmdb failed (so, images scraped from website are used) - if item.action in ['findvideos'] and not item.infoLabels['tmdb_id'] and item.channel in httptools.channelsCF: - item.thumbnail = httptools.get_url_headers(item.thumbnail) - item.fanart = httptools.get_url_headers(item.fanart) + # if item.action in ['findvideos'] and not item.infoLabels['tmdb_id'] and item.channel in httptools.channelsCF: + # item.thumbnail = httptools.get_url_headers(item.thumbnail) + # item.fanart = httptools.get_url_headers(item.fanart) icon_image = "DefaultFolder.png" if item.folder else "DefaultVideo.png" listitem = xbmcgui.ListItem(item.title)