mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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