]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
gui: show the TV adapters tab also for SAT>IP client
authorJaroslav Kysela <perex@perex.cz>
Wed, 28 May 2014 08:53:38 +0000 (10:53 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 28 May 2014 08:53:38 +0000 (10:53 +0200)
src/webui/static/app/tvheadend.js

index 7fe99e4e2ebe7b8589f869f9d548d84da8aefce3..915a06e428cba1648ed7c621242801b4518c68d9 100644 (file)
@@ -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);
         }
         /*