webif: make the channel list in the html5 video player editable.
This commit is contained in:
parent
701f05343c
commit
25093a8478
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ tvheadend.VideoPlayer = function(url) {
|
|||
displayField : 'val',
|
||||
store : tvheadend.channels,
|
||||
mode : 'local',
|
||||
editable : false,
|
||||
editable : true,
|
||||
triggerAction : 'all',
|
||||
emptyText : 'Select channel...'
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue