mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
zapit/src/bouquets.cpp: do not add webtv channels to 'Other' bouquet
This commit is contained in:
@@ -521,6 +521,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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user