From 78d1bc9051b2ac75458431dbf4793fce0ff019f3 Mon Sep 17 00:00:00 2001 From: alfa-addon Date: Wed, 2 Aug 2017 17:44:41 -0400 Subject: [PATCH] =?UTF-8?q?b=C3=BAsqueda=20comentada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/newpct1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/newpct1.py b/plugin.video.alfa/channels/newpct1.py index 744fb717..c43f1233 100644 --- a/plugin.video.alfa/channels/newpct1.py +++ b/plugin.video.alfa/channels/newpct1.py @@ -18,7 +18,7 @@ def mainlist(item): extra="peliculas")) itemlist.append( Item(channel=item.channel, action="submenu", title="Series", url="http://www.newpct1.com/", extra="series")) - itemlist.append(Item(channel=item.channel, action="search", title="Buscar")) + # itemlist.append(Item(channel=item.channel, action="search", title="Buscar")) return itemlist