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:
vanhofen
2017-11-09 23:00:37 +01:00
parent cb57016262
commit 5a0db3bfc0

View File

@@ -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();