mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
zapit/src/bouquets.cpp: use FindChannelFuzzy() on cable-only box to help importing old bouquets
Origin commit data
------------------
Commit: 87abc0d1c4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
This commit is contained in:
@@ -386,7 +386,8 @@ void CBouquetManager::parseBouquetsXml(const char *fname, bool bUser)
|
|||||||
|
|
||||||
CZapitChannel* chan;
|
CZapitChannel* chan;
|
||||||
t_channel_id chid = CREATE_CHANNEL_ID64;
|
t_channel_id chid = CREATE_CHANNEL_ID64;
|
||||||
if(bUser)
|
/* FIXME to load old cable settings with new cable "positions" started from 0xF00 */
|
||||||
|
if(bUser || CFEManager::getInstance()->cableOnly())
|
||||||
chan = CServiceManager::getInstance()->FindChannelFuzzy(chid, satellitePosition, freq);
|
chan = CServiceManager::getInstance()->FindChannelFuzzy(chid, satellitePosition, freq);
|
||||||
else
|
else
|
||||||
chan = CServiceManager::getInstance()->FindChannel(chid);
|
chan = CServiceManager::getInstance()->FindChannel(chid);
|
||||||
|
Reference in New Issue
Block a user