allpeliculas: cambios cosmeticos
This commit is contained in:
@@ -148,12 +148,13 @@ def findvideos(item):
|
|||||||
action = "play",
|
action = "play",
|
||||||
title = calidad,
|
title = calidad,
|
||||||
fulltitle = item.title,
|
fulltitle = item.title,
|
||||||
|
thumbnail = item.thumbnail,
|
||||||
contentThumbnail = item.thumbnail,
|
contentThumbnail = item.thumbnail,
|
||||||
url = url,
|
url = url,
|
||||||
language = IDIOMAS['Latino']
|
language = IDIOMAS['Latino']
|
||||||
))
|
))
|
||||||
tmdb.set_infoLabels(itemlist, seekTmdb = True)
|
|
||||||
itemlist = servertools.get_servers_itemlist(itemlist)
|
itemlist = servertools.get_servers_itemlist(itemlist)
|
||||||
|
tmdb.set_infoLabels(itemlist, seekTmdb = True)
|
||||||
itemlist.append(Item(channel=item.channel))
|
itemlist.append(Item(channel=item.channel))
|
||||||
if config.get_videolibrary_support():
|
if config.get_videolibrary_support():
|
||||||
itemlist.append(Item(channel=item.channel, title="Añadir a la videoteca", text_color="green",
|
itemlist.append(Item(channel=item.channel, title="Añadir a la videoteca", text_color="green",
|
||||||
|
|||||||
Reference in New Issue
Block a user