mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
- neutrino: allow to change to mode_ts before playback starts
This commit is contained in:
@@ -3263,7 +3263,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
|||||||
lastMode=mode;
|
lastMode=mode;
|
||||||
mode=mode_pic;
|
mode=mode_pic;
|
||||||
}
|
}
|
||||||
if((data & mode_mask)== mode_ts && CMoviePlayerGui::getInstance().Playing()) {
|
if((data & mode_mask)== mode_ts) {
|
||||||
if(mode == mode_radio)
|
if(mode == mode_radio)
|
||||||
frameBuffer->stopFrame();
|
frameBuffer->stopFrame();
|
||||||
lastMode=mode;
|
lastMode=mode;
|
||||||
|
Reference in New Issue
Block a user