From: Chris Tallon Date: Wed, 17 Aug 2005 11:18:22 +0000 (+0000) Subject: Show CA channels X-Git-Tag: r0-0-17~9 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=de0802b695cbd34c2c87991a80c509924bf55131;p=vompserver.git Show CA channels --- diff --git a/mvpclient.c b/mvpclient.c index eb52477..71b8158 100644 --- a/mvpclient.c +++ b/mvpclient.c @@ -369,11 +369,16 @@ void MVPClient::processGetChannelsList(unsigned char* data, int length) for (cChannel *channel = Channels.First(); channel; channel = Channels.Next(channel)) { -#if VDRVERSNUM < 10300 - if (!channel->GroupSep() && !channel->Ca()) -#else - if (!channel->GroupSep() && !channel->Ca(0)) -#endif + +// Re-enable later with some client side option +//#if VDRVERSNUM < 10300 +// if (!channel->GroupSep() && !channel->Ca()) +//#else +// if (!channel->GroupSep() && !channel->Ca(0)) +//#endif +// { + + if (!channel->GroupSep()) { log->log("Client", Log::DEBUG, "name: '%s'", channel->Name());