mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- neutrino: enable screensaver for mode_webradio
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -2612,7 +2612,8 @@ void CNeutrinoApp::RealRun()
|
|||||||
continue;
|
continue;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (mode == NeutrinoModes::mode_radio) {
|
if (mode == NeutrinoModes::mode_radio || mode == NeutrinoModes::mode_webradio)
|
||||||
|
{
|
||||||
bool ignored_msg = (
|
bool ignored_msg = (
|
||||||
/* radio screensaver will ignore this msgs */
|
/* radio screensaver will ignore this msgs */
|
||||||
msg == NeutrinoMessages::EVT_CURRENTEPG
|
msg == NeutrinoMessages::EVT_CURRENTEPG
|
||||||
|
Reference in New Issue
Block a user