]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
bouquets: add mapradio to webui
authorJaroslav Kysela <perex@perex.cz>
Wed, 5 Nov 2014 11:50:38 +0000 (12:50 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sat, 8 Nov 2014 20:05:38 +0000 (21:05 +0100)
src/webui/static/app/cteditor.js

index 5be943a6ce415e2fb6ff2a5db921afb48c1d839f..389623cb75b3e48ef9b2ce80932c5f4e995cbeb9 100644 (file)
@@ -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',