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",