Sidtochan option not showing on the front-end - this patch fixes that issue
This commit is contained in:
parent
5d7be10269
commit
5e97efc8a5
1 changed files with 4 additions and 2 deletions
|
@ -1156,10 +1156,12 @@ tvheadend.dvb_adapter_general = function(adapterData, satConfStore) {
|
|||
fieldLabel : 'Turn off LNB when idle',
|
||||
name : 'poweroff'
|
||||
});
|
||||
new Ext.form.Checkbox({
|
||||
items.push(v);
|
||||
v = new Ext.form.Checkbox({
|
||||
fieldLabel : 'Use SID as channel number during mapping',
|
||||
name : 'sidtochan'
|
||||
}), items.push(v);
|
||||
}),
|
||||
items.push(v);
|
||||
}
|
||||
|
||||
var confform = new Ext.FormPanel({
|
||||
|
|
Loading…
Add table
Reference in a new issue