- streaminfo2: add real channelname if it differs to channelname

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-03-16 21:15:47 +01:00
committed by Thilo Graf
parent c2b08afdad
commit 1a4e345a83

View File

@@ -865,6 +865,12 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
r.key = g_Locale->getText(LOCALE_TIMERLIST_CHANNEL);
r.key += ": ";
r.val = channel->getName().c_str();
if (channel->getName() != channel->getRealname())
{
r.val += " << ";
r.val += channel->getRealname().c_str();
}
v.push_back(r);
// url