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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3036712124
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2021-07-01 14:55:13 +02:00
committed by vanhofen
parent 16da216858
commit f7c53f7266

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
}
}