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 '''