mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
zapit/src/fastscan.cpp: set current channel to channel number 1
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user