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 +}