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:
[CST] Focus
2013-04-02 14:32:23 +04:00
parent 03226d57d5
commit 71f85c907c

View File

@@ -386,7 +386,8 @@ void CBouquetManager::parseBouquetsXml(const char *fname, bool bUser)
CZapitChannel* chan;
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);
else
chan = CServiceManager::getInstance()->FindChannel(chid);