From 7523b02e624c894b74a5e537d983bb45a4fb0cc2 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Wed, 22 Nov 2017 15:39:24 -0500 Subject: [PATCH] Update yaske.py --- plugin.video.alfa/channels/yaske.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/yaske.py b/plugin.video.alfa/channels/yaske.py index 79474b2e..3ae191b6 100644 --- a/plugin.video.alfa/channels/yaske.py +++ b/plugin.video.alfa/channels/yaske.py @@ -191,10 +191,11 @@ def findvideos(item): for k in ["Español", "Latino", "Subtitulado", "Ingles"]: lista_idioma = filter(lambda i: i.language == k, sublist) if lista_idioma: - itemlist.append(Item(channel=item.channel, title=k, fanart=item.fanart, folder=False, + itemlist.append(item.clone(title=k, folder=False, text_color=color2, text_bold=True, thumbnail=thumbnail_host)) itemlist.extend(lista_idioma) + tmdb.set_infoLabels(itemlist, True) # Insertar items "Buscar trailer" y "Añadir a la videoteca" if itemlist and item.extra != "library": title = "%s [Buscar trailer]" % (item.contentTitle)