mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- infoviewer: fix radiotext icon for webradio
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user