[SCM] kodi-pvr-hts/master: Don't show data services as TV channels in Kodi

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:41 UTC 2016


The following commit has been merged in the master branch:
commit bc802906c0a69948f505eb9fbb37fea613eb5566
Author: Glenn-1990 <g_christiaensen at msn.com>
Date:   Wed Jun 15 10:48:06 2016 +0200

    Don't show data services as TV channels in Kodi

diff --git a/src/Tvheadend.cpp b/src/Tvheadend.cpp
index 964ebb8..4c1b064 100644
--- a/src/Tvheadend.cpp
+++ b/src/Tvheadend.cpp
@@ -1841,7 +1841,7 @@ void CTvheadend::ParseChannelAddOrUpdate ( htsmsg_t *msg, bool bAdd )
         {
           if (!strcmp(str, "Radio"))
             channel.SetType(CHANNEL_TYPE_RADIO);
-          else
+          else if (!strcmp(str, "SDTV") || !strcmp(str, "HDTV"))
             channel.SetType(CHANNEL_TYPE_TV);
         }
       }

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list