Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bouquets: add mapradio to webui
  • Loading branch information
perexg committed Nov 8, 2014
1 parent d2aac3e commit 851982f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webui/static/app/cteditor.js
Expand Up @@ -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',
Expand Down

0 comments on commit 851982f

Please sign in to comment.