Update allcalidad.py

This commit is contained in:
Intel1
2017-10-01 08:59:24 -05:00
committed by GitHub
parent 41a14f86cc
commit c7a87b5005

View File

@@ -138,8 +138,8 @@ def findvideos(item):
if config.get_videolibrary_support():
itemlist.append(Item(channel=item.channel, title="Añadir a la videoteca", text_color="green",
filtro=True, action="add_pelicula_to_library", url=item.url, thumbnail = item.thumbnail,
infoLabels={'title': item.fulltitle}, fulltitle=item.fulltitle,
extra="library"))
infoLabels={'title': item.fulltitle}, fulltitle=item.fulltitle
))
return itemlist