From dd8a351cf25dfe282509f64d630b46e78cd432da Mon Sep 17 00:00:00 2001 From: l1231669 Date: Mon, 28 Aug 2017 20:58:41 +0200 Subject: [PATCH] add ID to labels to fix show in Mediaserver --- plugin.video.alfa/channels/downloads.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/downloads.json b/plugin.video.alfa/channels/downloads.json index bed761f0..cdd77d11 100755 --- a/plugin.video.alfa/channels/downloads.json +++ b/plugin.video.alfa/channels/downloads.json @@ -24,6 +24,7 @@ ], "settings": [ { + "id": "lab_1", "type": "label", "label": "Ubicacion de archivos", "enabled": true, @@ -54,6 +55,7 @@ "visible": true }, { + "id": "lab_2", "type": "label", "label": "Descarga", "enabled": true, @@ -132,6 +134,7 @@ "visible": true }, { + "id": "lab_3", "type": "label", "label": "Elección del servidor", "enabled": true, @@ -186,4 +189,4 @@ "visible": true } ] -} \ No newline at end of file +}