mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
streaminfo: show channellogo in mode-webradio too
Origin commit data
------------------
Commit: 4963a6a771
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-06 (Mon, 06 Nov 2017)
Origin message was:
------------------
- streaminfo: show channellogo in mode-webradio too
This commit is contained in:
@@ -982,7 +982,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
|
||||
v.push_back(r);
|
||||
|
||||
// picon
|
||||
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_webtv) {
|
||||
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_webtv || CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_webradio) {
|
||||
r.key = "Picon";
|
||||
r.key += ": ";
|
||||
snprintf(buf, sizeof(buf), "%llx.png", channel->getChannelID() & 0xFFFFFFFFFFFFULL);
|
||||
|
Reference in New Issue
Block a user