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

This reverts commit 857da9fffd.


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



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-10-27 13:12:43 +03:00
parent 3aec5fb0ed
commit 3a21e8b096

View File

@@ -533,7 +533,6 @@ 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);
}