mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Revert "zapit/src/bouquets.cpp: do not add webtv channels to 'Other' bouquet"
This reverts commit857da9fffd
. 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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user