From f37d18ee0ab7919ec3bd39a52d5d42f608060ca1 Mon Sep 17 00:00:00 2001 From: danielr460 Date: Thu, 26 Oct 2017 13:54:14 -0500 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20contentChannel=20para=20saber=20?= =?UTF-8?q?en=20findvideos=20si=20vengo=20del=20addon=20o=20de=20la=20vide?= =?UTF-8?q?olibrary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/videolibrary.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.video.alfa/channels/videolibrary.py b/plugin.video.alfa/channels/videolibrary.py index 2f594c3e..69b8382f 100644 --- a/plugin.video.alfa/channels/videolibrary.py +++ b/plugin.video.alfa/channels/videolibrary.py @@ -381,6 +381,7 @@ def findvideos(item): item_json.show = item.library_filter_show.get(nom_canal, "") # Ejecutamos find_videos, del canal o comĂșn + item_json.contentChannel='videolibrary' if hasattr(channel, 'findvideos'): from core import servertools list_servers = getattr(channel, 'findvideos')(item_json)