From 708c720acdbd7e0d9508c919c065571bf8ee5b35 Mon Sep 17 00:00:00 2001 From: alfa_addon_10 Date: Sun, 13 Aug 2017 11:39:57 +0200 Subject: [PATCH] fix trailer --- plugin.video.alfa/channels/newpct.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/newpct.py b/plugin.video.alfa/channels/newpct.py index f3a18502..6ccc9aa9 100755 --- a/plugin.video.alfa/channels/newpct.py +++ b/plugin.video.alfa/channels/newpct.py @@ -166,7 +166,8 @@ def listado(item): Item(channel=item.channel, action="episodios", title=title, url=url, thumbnail=thumbnail, plot=plot)) else: itemlist.append( - Item(channel=item.channel, action="findvideos", title=title, url=url, thumbnail=thumbnail, plot=plot)) + Item(channel=item.channel, action="findvideos", title=title, url=url, thumbnail=thumbnail, plot=plot, + contentTitle=title)) # Página siguiente '''