From 3a21e8b096d7f500138889aef23794e4e8de18a0 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 27 Oct 2014 13:12:43 +0300 Subject: [PATCH] Revert "zapit/src/bouquets.cpp: do not add webtv channels to 'Other' bouquet" This reverts commit 857da9fffd17fce8b6ac009e309557f53630a31d. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/709942f72a46bb7002dba17b274910fd3d068746 Author: [CST] Focus Date: 2014-10-27 (Mon, 27 Oct 2014) ------------------ This commit was generated by Migit --- src/zapit/src/bouquets.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/zapit/src/bouquets.cpp b/src/zapit/src/bouquets.cpp index ee3016dec..b9e30d23f 100644 --- a/src/zapit/src/bouquets.cpp +++ b/src/zapit/src/bouquets.cpp @@ -533,8 +533,7 @@ void CBouquetManager::makeRemainingChannelsBouquet(void) remainChannels->bOther = true; for (ZapitChannelList::const_iterator it = unusedChannels.begin(); it != unusedChannels.end(); ++it) { - if (!IS_WEBTV((*it)->getChannelID())) - remainChannels->addService(*it); + remainChannels->addService(*it); } renumChannels(remainChannels->tvChannels, i);