From 851982fdbf89a5d6b24a9a90ca2d471217b8455a Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 5 Nov 2014 12:50:38 +0100 Subject: [PATCH] bouquets: add mapradio to webui --- src/webui/static/app/cteditor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webui/static/app/cteditor.js b/src/webui/static/app/cteditor.js index 5be943a6..389623cb 100644 --- a/src/webui/static/app/cteditor.js +++ b/src/webui/static/app/cteditor.js @@ -32,7 +32,8 @@ tvheadend.cteditor = function(panel, index) */ tvheadend.bouquet = function(panel, index) { - var list = 'enabled,name,maptoch,mapnolcn,lcn_off,mapnoname,chtag,source,services_count,comment'; + var list = 'enabled,name,maptoch,mapnolcn,lcn_off,mapnoname,mapradio,' + + 'chtag,source,services_count,comment'; tvheadend.idnode_grid(panel, { url: 'api/bouquet',