- movieplayer: don't stop playback with RC_home; it's confusing

Conflicts:
	src/gui/movieplayer.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-11-07 16:13:41 +01:00
committed by Thilo Graf
parent 5bc21a6edd
commit 4e87634604

View File

@@ -1824,11 +1824,6 @@ void CMoviePlayerGui::PlayFileLoop(void)
g_videoSettings->next43Mode();
} else if (msg == (neutrino_msg_t) g_settings.key_switchformat) {
g_videoSettings->SwitchFormat();
} else if (msg == (neutrino_msg_t) CRCInput::RC_home) {
playstate = CMoviePlayerGui::STOPPED;
playback->RequestAbort();
filelist.clear();
repeat_mode = REPEAT_OFF;
#endif
} else if (msg == (neutrino_msg_t) g_settings.mpkey_play) {
if (time_forced) {