webif: make the channel list in the html5 video player editable.

This commit is contained in:
John Törnblom 2013-12-05 12:12:07 +01:00
parent 701f05343c
commit 25093a8478

View file

@ -72,7 +72,7 @@ tvheadend.VideoPlayer = function(url) {
displayField : 'val',
store : tvheadend.channels,
mode : 'local',
editable : false,
editable : true,
triggerAction : 'all',
emptyText : 'Select channel...'
});