From: Jaroslav Kysela Date: Wed, 28 May 2014 08:53:38 +0000 (+0200) Subject: gui: show the TV adapters tab also for SAT>IP client X-Git-Tag: v4.1~2032 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a3210d0c5edd246d3c26b654eb369756c94447a;p=thirdparty%2Ftvheadend.git gui: show the TV adapters tab also for SAT>IP client --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 7fe99e4e2..915a06e42 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); } /*