- audioplayer: reset idle time to avoid screensaver ...

when returning from shoutcast-filebrowser

(cherry picked from commit 0a8024cdef84d9e60fa1e64c65e687f16c1d90ce)
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-06-28 15:58:40 +02:00
committed by Thilo Graf
parent bb7b9e2207
commit b62bb3715f

View File

@@ -1523,6 +1523,7 @@ bool CAudioPlayerGui::openSCbrowser(void)
#endif #endif
result = true; result = true;
} }
m_idletime = time(NULL);
CVFD::getInstance()->setMode(CVFD::MODE_AUDIO); CVFD::getInstance()->setMode(CVFD::MODE_AUDIO);
paintLCD(); paintLCD();
// if playlist is turned off -> start playing immediately // if playlist is turned off -> start playing immediately