diff --git a/src/zapit/src/bouquets.cpp b/src/zapit/src/bouquets.cpp index 62245d394..3d719d47d 100644 --- a/src/zapit/src/bouquets.cpp +++ b/src/zapit/src/bouquets.cpp @@ -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);