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