mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- neutrino: re-disable screensaver for mode_webradio on ARM_HARDWARE
when screensaver is stopped the playback is stopped too Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -2598,7 +2598,11 @@ void CNeutrinoApp::RealRun()
|
||||
if (msg <= CRCInput::RC_MaxRC)
|
||||
CScreenSaver::getInstance()->resetIdleTime();
|
||||
|
||||
#if HAVE_ARM_HARDWARE
|
||||
if (mode == NeutrinoModes::mode_radio)
|
||||
#else
|
||||
if (mode == NeutrinoModes::mode_radio || mode == NeutrinoModes::mode_webradio)
|
||||
#endif
|
||||
{
|
||||
bool ignored_msg = (
|
||||
/* radio screensaver will ignore this msgs */
|
||||
|
Reference in New Issue
Block a user