zapit/src/fastscan.cpp: set current channel to channel number 1

This commit is contained in:
[CST] Focus
2013-11-06 15:08:11 +04:00
parent d7403be659
commit 4ce96d5ada

View File

@@ -359,6 +359,9 @@ bool CServiceScan::ParseFst(unsigned short pid, fast_scan_operator_t * op)
if (!(g_bouquetManager->existsChannelInBouquet(bouquetId, newchannel->getChannelID())))
bouquet->addService(newchannel);
if (num == 1)
CZapit::getInstance()->SetCurrentChannelID(newchannel->getChannelID());
}
break;
default: