diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index c73cd7a2f..330e4f472 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -1175,8 +1175,7 @@ void CMoviePlayerGui::PlayFile(void) newComHintBox.hide(); } jump_not_until = (position / 1000) + 10; // avoid bookmark jumping for the next 10 seconds, , TODO: might be moved to another key - } else if (playstate != CMoviePlayerGui::PAUSE) - playstate = CMoviePlayerGui::SOFTRESET; + } } else if (msg == CRCInput::RC_up || msg == CRCInput::RC_down) { if (msg == CRCInput::RC_up) { if (slow == 2)