From 41a66823e58db404f91eb9757ad8659acf38a462 Mon Sep 17 00:00:00 2001 From: danielr460 Date: Wed, 22 Nov 2017 07:42:04 -0500 Subject: [PATCH] =?UTF-8?q?Correcci=C3=B3n=20en=20calidad=20de=20enlaces?= =?UTF-8?q?=20al=20momento=20de=20buscar=20desde=20la=20videoteca.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/autoplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/autoplay.py b/plugin.video.alfa/channels/autoplay.py index b507978c..467d7621 100644 --- a/plugin.video.alfa/channels/autoplay.py +++ b/plugin.video.alfa/channels/autoplay.py @@ -90,7 +90,7 @@ def start(itemlist, item): videoitem.contentType=item.contentType videoitem.episode_id=item.episode_id videoitem.hasContentDetails=item.hasContentDetails - videoitem.infoLabels=item.infoLabels + #videoitem.infoLabels=item.infoLabels videoitem.thumbnail=item.thumbnail #videoitem.title=item.title if not config.is_xbmc():