mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
zapit/src/scansdt.cpp: add missed channel flags - they should not be 0
This commit is contained in:
@@ -327,6 +327,7 @@ bool CSdt::ParseServiceDescriptor(ServiceDescription * service, ServiceDescripto
|
||||
real_type, satellitePosition, freq_id);
|
||||
CServiceManager::getInstance()->AddChannel(channel);
|
||||
channel->deltype = cable ? FE_QAM : FE_QPSK;
|
||||
channel->flags = CZapitChannel::UPDATED;
|
||||
/* mark channel as new, if this satellite already have channels */
|
||||
if (CServiceScan::getInstance()->SatHaveChannels())
|
||||
channel->flags = CZapitChannel::NEW;
|
||||
|
Reference in New Issue
Block a user