zapit/src/bouquets.cpp: do not add webtv channels to 'Other' bouquet

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2de388cd80
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-13 (Mon, 13 Oct 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-10-13 18:00:56 +04:00
parent bb846808b8
commit 857da9fffd

View File

@@ -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);