Update allpeliculas.py

This commit is contained in:
Intel1
2017-10-04 11:47:53 -05:00
committed by GitHub
parent e06b6e9bdd
commit 216bf5fa0c

View File

@@ -82,6 +82,7 @@ def findvideos(item):
if config.get_videolibrary_support():
itemlist.append(Item(channel=item.channel, title="Añadir a la videoteca", text_color="green",
action="add_pelicula_to_library", url=item.url, thumbnail = item.thumbnail,
fulltitle = item.fulltitle
))
return itemlist