mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
epgview: try to fix audioInfo; show streamtype 0x04; thx to DdD
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a21456b78
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-06-03 (Sat, 03 Jun 2023)
Origin message was:
------------------
- epgview: try to fix audioInfo; show streamtype 0x04; thx to DdD
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -859,7 +859,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
||||
if (hasComponentTags)
|
||||
{
|
||||
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 + ", ";
|
||||
|
||||
if (!audioInfo.empty())
|
||||
|
Reference in New Issue
Block a user