gui: show the TV adapters tab also for SAT>IP client
This commit is contained in:
parent
789065c471
commit
2a3210d0c5
1 changed files with 3 additions and 2 deletions
|
@ -232,8 +232,9 @@ function accessUpdate(o) {
|
|||
|
||||
/* DVB inputs */
|
||||
tabs2 = [];
|
||||
if (tvheadend.capabilities.indexOf('linuxdvb') !== -1 ||
|
||||
tvheadend.capabilities.indexOf('v4l') !== -1) {
|
||||
if (tvheadend.capabilities.indexOf('linuxdvb') !== -1 ||
|
||||
tvheadend.capabilities.indexOf('satip_client') !== -1 ||
|
||||
tvheadend.capabilities.indexOf('v4l') !== -1) {
|
||||
tabs2.push(new tvheadend.tvadapters);
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue