From add730aa6070488f2bb46cfdc72f70b0e0562285 Mon Sep 17 00:00:00 2001 From: pipcat Date: Thu, 5 Apr 2018 19:03:03 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20comprueba=5Fenlaces=5Fnum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Añadido parámetro para limitar los enlaces a verificar. Comprobación de enlaces por defecto desactivada. --- plugin.video.alfa/channels/cinefox.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/cinefox.json b/plugin.video.alfa/channels/cinefox.json index 19c3898e..2edcc04a 100755 --- a/plugin.video.alfa/channels/cinefox.json +++ b/plugin.video.alfa/channels/cinefox.json @@ -71,10 +71,19 @@ "id": "comprueba_enlaces", "type": "bool", "label": "Verificar si los enlaces existen", - "default": true, + "default": false, "enabled": true, "visible": true }, + { + "id": "comprueba_enlaces_num", + "type": "list", + "label": "Número de enlaces a verificar", + "default": 1, + "enabled": true, + "visible": "eq(-1,true)", + "lvalues": [ "5", "10", "15", "20" ] + }, { "id": "perfil", "type": "list",