mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 00:13:43 +02:00
moviebrowser: remove rezap on leaving of moviebrowser
Comes in with - moviebrowser: add lcd4linux support
260ca7d64e
.
Why is rezap required here?
This commit is contained in:
@@ -1188,7 +1188,7 @@ int CMovieBrowser::exec(const char* path)
|
||||
fileInfoStale();
|
||||
}
|
||||
|
||||
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE, m_LastMode);
|
||||
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE, m_LastMode | NeutrinoModes::norezap);
|
||||
|
||||
return (res);
|
||||
}
|
||||
|
Reference in New Issue
Block a user