From b0b4b218f0e0bb9d4ed7192dc6f256ebb91d9ec2 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Sat, 28 Oct 2017 20:55:12 -0500 Subject: [PATCH] animemovil: fast fix --- plugin.video.alfa/channels/animemovil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.video.alfa/channels/animemovil.py b/plugin.video.alfa/channels/animemovil.py index a33e40a8..fe586fa3 100644 --- a/plugin.video.alfa/channels/animemovil.py +++ b/plugin.video.alfa/channels/animemovil.py @@ -86,7 +86,7 @@ def recientes(item): tipo = "tvshow" show = contentTitle action = "episodios" - context = renumbertools.context + context = renumbertools.context(item) if item.extra == "recientes": action = "findvideos" context = "" @@ -96,7 +96,7 @@ def recientes(item): action = "peliculas" if not thumb.startswith("http"): thumb = "http:%s" % thumb - + action ="findvideos" infoLabels = {'filtro': {"original_language": "ja"}.items()} itemlist.append(item.clone(action=action, title=title, url=url, thumbnail=thumb, text_color=color3, contentTitle=contentTitle, contentSerieName=show, infoLabels=infoLabels,