From 7a38c10ea557e2f4dfebd3891feb16ffa735cc6e Mon Sep 17 00:00:00 2001 From: Intel1 Date: Mon, 31 Jul 2017 10:31:09 -0500 Subject: [PATCH] Actualizado allcalidad Nuevo formato de config.get_videolibrary_support() --- plugin.video.alfa/channels/allcalidad.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.video.alfa/channels/allcalidad.py b/plugin.video.alfa/channels/allcalidad.py index 5c6ec6a0..9d92167f 100755 --- a/plugin.video.alfa/channels/allcalidad.py +++ b/plugin.video.alfa/channels/allcalidad.py @@ -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 \ No newline at end of file + return itemlist