mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user