From 93451158690b85d98c4232ad6656b0a200037541 Mon Sep 17 00:00:00 2001 From: danielr460 Date: Sun, 12 Nov 2017 17:58:43 -0500 Subject: [PATCH] =?UTF-8?q?Asialiveaction:=20Eliminado=20enlace=20a=20"agr?= =?UTF-8?q?egar=20a=20videoteca"=20cuando=20esto=20ya=20ocurri=C3=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/asialiveaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/asialiveaction.py b/plugin.video.alfa/channels/asialiveaction.py index 1277d2fb..fc008f75 100644 --- a/plugin.video.alfa/channels/asialiveaction.py +++ b/plugin.video.alfa/channels/asialiveaction.py @@ -180,7 +180,7 @@ def findvideos(item): show = item.show for videoitem in itemlist: videoitem.channel = item.channel - if config.get_videolibrary_support() and len(itemlist) > 0 and item.contentType=="movie": + if config.get_videolibrary_support() and len(itemlist) > 0 and item.contentType=="movie" and item.contentChannel!='videolibrary': itemlist.append( Item(channel=item.channel, title='[COLOR yellow]AƱadir esta pelicula a la videoteca[/COLOR]', url=item.url, action="add_pelicula_to_library", extra="findvideos", contentTitle=show))