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)