From 1f61946f9725b1e2217d3aec8c4ff2db6afc9dbc Mon Sep 17 00:00:00 2001 From: pipcat Date: Thu, 5 Apr 2018 19:11:11 +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 --- plugin.video.alfa/channels/peliculasdk.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/peliculasdk.json b/plugin.video.alfa/channels/peliculasdk.json index 60510ed3..8f52c17e 100755 --- a/plugin.video.alfa/channels/peliculasdk.json +++ b/plugin.video.alfa/channels/peliculasdk.json @@ -31,9 +31,18 @@ "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" ] } ] }