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

This reverts commit 2de388cd80.
This commit is contained in:
[CST] Focus
2014-10-27 13:12:43 +03:00
parent a6b585f880
commit 709942f72a

View File

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