From 2a3210d0c5edd246d3c26b654eb369756c94447a Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 28 May 2014 10:53:38 +0200 Subject: [PATCH] gui: show the TV adapters tab also for SAT>IP client --- src/webui/static/app/tvheadend.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 7fe99e4e..915a06e4 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -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); } /*