From 2f8fe213d79d8a7551e4f629a4d1e6ee7b2cf6bb Mon Sep 17 00:00:00 2001 From: Alfa <30527549+alfa-addon@users.noreply.github.com> Date: Tue, 1 Aug 2017 20:52:43 -0400 Subject: [PATCH] Update xtheatre.py --- plugin.video.alfa/channels/xtheatre.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugin.video.alfa/channels/xtheatre.py b/plugin.video.alfa/channels/xtheatre.py index 02664a2f..01ddb570 100644 --- a/plugin.video.alfa/channels/xtheatre.py +++ b/plugin.video.alfa/channels/xtheatre.py @@ -207,10 +207,4 @@ def findvideos(item): videoitem.channel = item.channel videoitem.title = "%s [COLOR yellow](%s)[/COLOR]" % (item.title, videoitem.server) - # if config.get_library_support() and len(itemlist) > 0: - # itemlist.append(Item(channel=item.channel, title='[COLOR yellow]AƱadir esta pelicula a la biblioteca[/COLOR]', - # url=item.url, action="add_pelicula_to_library", - # thumbnail='https://s19.postimg.org/l5z8iy1zn/biblioteca.png', - # extra="findvideos", contentTitle=item.contentTitle)) - return itemlist