From 88d55658f1b8eb68a324f6e15f50f2aa53bacd8a Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Wed, 23 May 2018 10:55:03 -0500 Subject: [PATCH] allpeliculas: cambios cosmeticos --- plugin.video.alfa/channels/allpeliculas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/allpeliculas.py b/plugin.video.alfa/channels/allpeliculas.py index 4e249b29..875c87db 100644 --- a/plugin.video.alfa/channels/allpeliculas.py +++ b/plugin.video.alfa/channels/allpeliculas.py @@ -148,12 +148,13 @@ def findvideos(item): action = "play", title = calidad, fulltitle = item.title, + thumbnail = item.thumbnail, contentThumbnail = item.thumbnail, url = url, language = IDIOMAS['Latino'] )) - tmdb.set_infoLabels(itemlist, seekTmdb = True) itemlist = servertools.get_servers_itemlist(itemlist) + tmdb.set_infoLabels(itemlist, seekTmdb = True) itemlist.append(Item(channel=item.channel)) if config.get_videolibrary_support(): itemlist.append(Item(channel=item.channel, title="AƱadir a la videoteca", text_color="green",