mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- streaminfo2: show correct mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -615,8 +615,10 @@ void CStreamInfo2::paint_signal_fe_box(int _x, int _y, int w, int h)
|
|||||||
tname += ": ";
|
tname += ": ";
|
||||||
if (mp)
|
if (mp)
|
||||||
{
|
{
|
||||||
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webtv || CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webradio)
|
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webtv)
|
||||||
tname += "Web-Channel"; // TODO split into WebTV/WebRadio
|
tname += g_Locale->getText(LOCALE_WEBTV_HEAD);
|
||||||
|
else if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webradio)
|
||||||
|
tname += g_Locale->getText(LOCALE_WEBRADIO_HEAD);
|
||||||
else
|
else
|
||||||
tname += g_Locale->getText(LOCALE_MAINMENU_MOVIEPLAYER);
|
tname += g_Locale->getText(LOCALE_MAINMENU_MOVIEPLAYER);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user