bouquets: add mapradio to webui
This commit is contained in:
parent
d2aac3ec87
commit
851982fdbf
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue