streaminfo2: add real channelname if it differs to channelname

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9205158812
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-16 (Sat, 16 Mar 2019)

Origin message was:
------------------
- streaminfo2: add real channelname if it differs to channelname

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-03-16 21:15:47 +01:00
parent 42832ff7c9
commit df99864f41

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