movieplayer: fix screensaver init

Origin commit data
------------------
Branch: ni/coolstream
Commit: c78bfcfce0
Author: defans <defans@bluepeercrew.us>
Date: 2016-01-07 (Thu, 07 Jan 2016)

Origin message was:
------------------
- movieplayer: fix screensaver init

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
defans
2016-01-07 12:32:54 +01:00
committed by vanhofen
parent c12a4594dc
commit a03ab6d482

View File

@@ -191,7 +191,8 @@ void CMoviePlayerGui::Init(void)
keyPressed = CMoviePlayerGui::PLUGIN_PLAYSTATE_NORMAL;
isLuaPlay = false;
blockedFromPlugin = false;
m_screensaver=false;
m_screensaver = false;
m_idletime = time(NULL);
}
void CMoviePlayerGui::cutNeutrino()