streaminfo2: change name Picon to Logo

Origin commit data
------------------
Branch: ni/coolstream
Commit: 88b9c7883d
Author: Knicko <knicko@glj.servebbs.com>
Date: 2018-11-15 (Thu, 15 Nov 2018)

Origin message was:
------------------
- streaminfo2: change name Picon to Logo

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

------------------
This commit was generated by Migit
This commit is contained in:
Knicko
2018-11-15 22:35:20 +01:00
committed by vanhofen
parent 34cea26979
commit a71860b7fa

View File

@@ -1092,10 +1092,10 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
r.key = r.val = "";
v.push_back(r);
// picon
// channellogo
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webtv || CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webradio)
{
r.key = "Picon";
r.key = "Logo";
r.key += ": ";
snprintf(buf, sizeof(buf), "%llx.png", channel->getChannelID() & 0xFFFFFFFFFFFFULL);
r.val = buf;
@@ -1138,8 +1138,8 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
r.key = r.val = "";
v.push_back(r);
// picon
r.key = "Picon";
// channellogo
r.key = "Logo";
r.key += ": ";
snprintf(buf, sizeof(buf), "%llx.png", channel->getChannelID() & 0xFFFFFFFFFFFFULL);
r.val = buf;