From 1e08ee9bd64f443d3f0181598b594d588f19605a Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Thu, 23 Nov 2017 17:08:29 -0500 Subject: [PATCH] Update hdfull.py --- plugin.video.alfa/channels/hdfull.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.video.alfa/channels/hdfull.py b/plugin.video.alfa/channels/hdfull.py index feba9a70..fe00c900 100644 --- a/plugin.video.alfa/channels/hdfull.py +++ b/plugin.video.alfa/channels/hdfull.py @@ -696,7 +696,6 @@ def findvideos(item): item.clone(channel=item.channel, action="play", title=title, url=url, thumbnail=thumbnail, plot=plot, fanart=fanart, show=item.show, folder=True, infoLabels=infolabels, contentTitle=item.show, contentType=item.contentType, tipo=option, tipo1=option1, idioma=idioma)) - scrapertools.printMatches(it2) it2 = servertools.get_servers_itemlist(it2, lambda i: i.title % i.server.capitalize()) it2.sort(key=lambda it: (it.tipo1, it.idioma, it.server)) for item in it2: