From 30f372ba3c526506e4193be632f685e730a2203f Mon Sep 17 00:00:00 2001 From: Intel1 Date: Sat, 19 Aug 2017 11:09:04 -0500 Subject: [PATCH] Update hdfull.json --- plugin.video.alfa/channels/hdfull.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/hdfull.json b/plugin.video.alfa/channels/hdfull.json index c1512fa4..f0e4b9f1 100755 --- a/plugin.video.alfa/channels/hdfull.json +++ b/plugin.video.alfa/channels/hdfull.json @@ -49,6 +49,21 @@ "enabled": "!eq(-1,'')", "visible": true }, + { + "id": "filter_languages", + "type": "list", + "label": "Mostrar enlaces en idioma...", + "default": 0, + "enabled": true, + "visible": true, + "lvalues": [ + "No filtrar", + "Latino", + "EspaƱol", + "VOS", + "VOSE" + ] + }, { "id": "include_in_global_search", "type": "bool", @@ -58,4 +73,4 @@ "visible": true } ] -} \ No newline at end of file +}