diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 060d8e8f8..ac570a9d1 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -843,7 +843,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())