fix trailer

This commit is contained in:
alfa_addon_10
2017-08-13 11:39:57 +02:00
parent e7c70493d3
commit 708c720acd

View File

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