infoviewer: fix radiotext icon for webradio

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 953793f763
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-09 (Thu, 09 Nov 2017)

Origin message was:
------------------
- infoviewer: fix radiotext icon for webradio

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
vanhofen
2017-11-09 23:00:37 +01:00
committed by Thilo Graf
parent 1a647a9c9e
commit 8b3bb7edd2

View File

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