mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
infoviewer: fix radiotext icon for webradio
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a5bce792e
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-09 (Thu, 09 Nov 2017)
Origin message was:
------------------
- infoviewer: fix radiotext icon for webradio
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -941,7 +941,7 @@ void CInfoViewer::showTitle(CZapitChannel * channel, const bool calledFromNumZap
|
|||||||
showInfoFile();
|
showInfoFile();
|
||||||
|
|
||||||
// Radiotext
|
// Radiotext
|
||||||
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_radio)
|
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_radio || CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_webradio)
|
||||||
{
|
{
|
||||||
if ((g_settings.radiotext_enable) && (!recordModeActive) && (!calledFromNumZap))
|
if ((g_settings.radiotext_enable) && (!recordModeActive) && (!calledFromNumZap))
|
||||||
showRadiotext();
|
showRadiotext();
|
||||||
|
Reference in New Issue
Block a user