animemovil: fast fix
This commit is contained in:
@@ -86,7 +86,7 @@ def recientes(item):
|
|||||||
tipo = "tvshow"
|
tipo = "tvshow"
|
||||||
show = contentTitle
|
show = contentTitle
|
||||||
action = "episodios"
|
action = "episodios"
|
||||||
context = renumbertools.context
|
context = renumbertools.context(item)
|
||||||
if item.extra == "recientes":
|
if item.extra == "recientes":
|
||||||
action = "findvideos"
|
action = "findvideos"
|
||||||
context = ""
|
context = ""
|
||||||
@@ -96,7 +96,7 @@ def recientes(item):
|
|||||||
action = "peliculas"
|
action = "peliculas"
|
||||||
if not thumb.startswith("http"):
|
if not thumb.startswith("http"):
|
||||||
thumb = "http:%s" % thumb
|
thumb = "http:%s" % thumb
|
||||||
|
action ="findvideos"
|
||||||
infoLabels = {'filtro': {"original_language": "ja"}.items()}
|
infoLabels = {'filtro': {"original_language": "ja"}.items()}
|
||||||
itemlist.append(item.clone(action=action, title=title, url=url, thumbnail=thumb, text_color=color3,
|
itemlist.append(item.clone(action=action, title=title, url=url, thumbnail=thumb, text_color=color3,
|
||||||
contentTitle=contentTitle, contentSerieName=show, infoLabels=infoLabels,
|
contentTitle=contentTitle, contentSerieName=show, infoLabels=infoLabels,
|
||||||
|
|||||||
Reference in New Issue
Block a user