mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
bouquets.cpp: fix ubouquets.xml after scan
This commit is contained in:
@@ -355,7 +355,7 @@ void CBouquetManager::parseBouquetsXml(const char *fname, bool bUser)
|
||||
if(freq > 20000)
|
||||
freq = freq/1000;
|
||||
|
||||
CZapitChannel* chan = CServiceManager::getInstance()->FindChannel(CREATE_CHANNEL_ID64);
|
||||
CZapitChannel* chan = CServiceManager::getInstance()->FindChannel48(CREATE_CHANNEL_ID64);
|
||||
if (chan != NULL) {
|
||||
DBG("%04x %04x %04x %s\n", transport_stream_id, original_network_id, service_id, xmlGetAttribute(channel_node, "n"));
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user