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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4ce96d5ada
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-06 (Wed, 06 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-11-06 15:08:11 +04:00
parent 00fb254e28
commit 16511331a0

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: