Fix #1397 - only load adapter config if tab is enabled.
This commit is contained in:
parent
e16707bef7
commit
e74f53574c
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,6 @@ tvheadend.tvAdapterStore = new Ext.data.JsonStore({
|
|||
'hostconnection', 'currentMux', 'services', 'muxes', 'initialMuxes',
|
||||
'satConf', 'deliverySystem', 'freqMin', 'freqMax', 'freqStep',
|
||||
'symrateMin', 'symrateMax', 'signal', 'snr', 'ber', 'unc', 'uncavg'],
|
||||
autoLoad : true,
|
||||
url : 'tv/adapter'
|
||||
});
|
||||
|
||||
|
@ -25,6 +24,8 @@ tvheadend.comet.on('tvAdapter', function(m) {
|
|||
});
|
||||
|
||||
tvheadend.tvadapters = function() {
|
||||
tvheadend.tvAdapterStore.load();
|
||||
|
||||
var adapterSelection = new Ext.form.ComboBox({
|
||||
loadingText : 'Loading...',
|
||||
width : 300,
|
||||
|
|
Loading…
Add table
Reference in a new issue