neutrino: allow to change to mode_ts before playback starts

Origin commit data
------------------
Branch: ni/coolstream
Commit: f1f9a1041c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-25 (Mon, 25 Jan 2016)

Origin message was:
------------------
- neutrino: allow to change to mode_ts before playback starts

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-01-25 22:40:58 +01:00
parent 17232ec523
commit f2903575d1

View File

@@ -3263,7 +3263,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
lastMode=mode;
mode=mode_pic;
}
if((data & mode_mask)== mode_ts && CMoviePlayerGui::getInstance().Playing()) {
if((data & mode_mask)== mode_ts) {
if(mode == mode_radio)
frameBuffer->stopFrame();
lastMode=mode;