epgview: try to fix audioInfo

show streamtype 0x04, thx to DdD

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
vanhofen
2023-06-03 12:38:33 +02:00
committed by Thilo Graf
parent bb8a9b2e2b
commit 40006e7c81

View File

@@ -843,7 +843,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
if (hasComponentTags) if (hasComponentTags)
{ {
for (unsigned int i = 0; i < tags.size(); i++) for (unsigned int i = 0; i < tags.size(); i++)
if (tags[i].streamContent == 2 && !tags[i].component.empty()) if ((tags[i].streamContent == 2 || tags[i].streamContent == 4) && !tags[i].component.empty())
audioInfo += tags[i].component + ", "; audioInfo += tags[i].component + ", ";
if (!audioInfo.empty()) if (!audioInfo.empty())