mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
src/zapit/src/scansdt.cpp supplement to b8f01e6db0
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user