From f7c53f7266a9db5d89730677cd94697e867a5046 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 1 Jul 2021 14:55:13 +0200 Subject: [PATCH] src/zapit/src/scansdt.cpp supplement to b8f01e6db0e0955f0949f7500c58b07d294e7f92 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/30367121248d8f9eb40529628df32c4a36e40ad9 Author: Jacek Jendrzej Date: 2021-07-01 (Thu, 01 Jul 2021) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/scansdt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/scansdt.cpp b/src/zapit/src/scansdt.cpp index 6b8b4f20a..a60204376 100644 --- a/src/zapit/src/scansdt.cpp +++ b/src/zapit/src/scansdt.cpp @@ -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 } }