mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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;
|
||||
#endif
|
||||
|
||||
if (mode == NeutrinoModes::mode_radio) {
|
||||
if (mode == NeutrinoModes::mode_radio || mode == NeutrinoModes::mode_webradio)
|
||||
{
|
||||
bool ignored_msg = (
|
||||
/* radio screensaver will ignore this msgs */
|
||||
msg == NeutrinoMessages::EVT_CURRENTEPG
|
||||
|
Reference in New Issue
Block a user