From 857da9fffd17fce8b6ac009e309557f53630a31d Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 13 Oct 2014 18:00:56 +0400 Subject: [PATCH] zapit/src/bouquets.cpp: do not add webtv channels to 'Other' bouquet Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2de388cd80d2c889d252c0e2d08caedace38f04b Author: [CST] Focus Date: 2014-10-13 (Mon, 13 Oct 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/bouquets.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/zapit/src/bouquets.cpp b/src/zapit/src/bouquets.cpp index 62245d394..3d719d47d 100644 --- a/src/zapit/src/bouquets.cpp +++ b/src/zapit/src/bouquets.cpp @@ -521,7 +521,8 @@ void CBouquetManager::makeRemainingChannelsBouquet(void) remainChannels->bOther = true; for (ZapitChannelList::const_iterator it = unusedChannels.begin(); it != unusedChannels.end(); ++it) { - remainChannels->addService(*it); + if (!IS_WEBTV((*it)->getChannelID())) + remainChannels->addService(*it); } renumChannels(remainChannels->tvChannels, i);