From 6f3f7093d097b13ee09832a66ddaf8f5f87a987c Mon Sep 17 00:00:00 2001 From: mrgaturus Date: Wed, 30 May 2018 01:27:40 -0500 Subject: [PATCH] =?UTF-8?q?Colocar=20iconos=20faltantes=20en=20cuevana2esp?= =?UTF-8?q?a=C3=B1ol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/cuevana2espanol.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin.video.alfa/channels/cuevana2espanol.py b/plugin.video.alfa/channels/cuevana2espanol.py index 0282210b..db33fafe 100644 --- a/plugin.video.alfa/channels/cuevana2espanol.py +++ b/plugin.video.alfa/channels/cuevana2espanol.py @@ -33,9 +33,10 @@ def mainlist(item): url = host + "tendencias", thumbnail = get_thumb("hot", auto = True))) itemlist.append(Item(channel = item.channel, title = "Ranking IMDB", action = "moviesIMDB", url = host + "raking-imdb", thumbnail = get_thumb("hot", auto = True) )) - itemlist.append(Item(channel = item.channel, title = "Busqueda", folder=False, text_bold=True)) + itemlist.append(Item(channel = item.channel, title = "Busqueda", folder=False, text_bold=True, + thumbnail = get_thumb("search", auto = True))) itemlist.append(Item(channel = item.channel, title = "Por Letra", action = "letters", - url = host, thumbnail = get_thumb("letter", auto = True))) + url = host, thumbnail = get_thumb("alphabet", auto = True))) itemlist.append(Item(channel = item.channel, title = "Buscar...", action = "search", url = host + "?s=", thumbnail = get_thumb("search", auto = True)))