From 1f3705551b6a4f4b91fbcd1ad1a4bf6e0ddb8627 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Wed, 14 Mar 2018 11:27:49 -0500 Subject: [PATCH] cinemahd: autoplay --- plugin.video.alfa/channels/cinemahd.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/cinemahd.json b/plugin.video.alfa/channels/cinemahd.json index 72ef64f0..79091cb0 100644 --- a/plugin.video.alfa/channels/cinemahd.json +++ b/plugin.video.alfa/channels/cinemahd.json @@ -19,6 +19,18 @@ "enabled": false, "visible": false }, + { + "id": "filter_languages", + "type": "list", + "label": "Mostrar enlaces en idioma...", + "default": 0, + "enabled": true, + "visible": true, + "lvalues": [ + "No filtrar", + "LAT" + ] + }, { "id": "include_in_newest_peliculas", "type": "bool", @@ -52,4 +64,4 @@ "visible": true } ] -} \ No newline at end of file +}