mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +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())))
|
if (!(g_bouquetManager->existsChannelInBouquet(bouquetId, newchannel->getChannelID())))
|
||||||
bouquet->addService(newchannel);
|
bouquet->addService(newchannel);
|
||||||
|
|
||||||
|
if (num == 1)
|
||||||
|
CZapit::getInstance()->SetCurrentChannelID(newchannel->getChannelID());
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user