src/zapit/src/scansdt.cpp supplement to b8f01e6db0

This commit is contained in:
Jacek Jendrzej
2021-07-01 14:55:13 +02:00
parent 5d10884fa6
commit 35f08ac92c

View File

@@ -368,7 +368,7 @@ bool CSdt::ParseServiceDescriptor(ServiceDescription * service, ServiceDescripto
uint8_t service_type_tmp = ST_DIGITAL_TELEVISION_SERVICE;
if(sd){
service_type_tmp = sd->getServiceType();
if(service_type_tmp == ST_DIGITAL_RADIO_SOUND_SERVICE || service_type_tmp == 0x0A){
if(service_type_tmp == 0x0A){
service_type_tmp = ST_DIGITAL_RADIO_SOUND_SERVICE;//change real radio type to 2
}
}