mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user