Actualizado allcalidad
Nuevo formato de config.get_videolibrary_support()
This commit is contained in:
@@ -141,9 +141,9 @@ def findvideos(item):
|
||||
text_color="magenta"))
|
||||
# Opción "Añadir esta película a la biblioteca de XBMC"
|
||||
if item.extra != "library":
|
||||
if config.get_library_support():
|
||||
if config.get_videolibrary_support():
|
||||
itemlist.append(Item(channel=item.channel, title="Añadir a la biblioteca", 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"))
|
||||
return itemlist
|
||||
return itemlist
|
||||
|
||||
Reference in New Issue
Block a user