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

Conflicts:
	src/gui/movieplayer.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e87634604
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-07 (Tue, 07 Nov 2017)

Origin message was:
------------------
- 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 was generated by Migit
This commit is contained in:
vanhofen
2017-11-07 16:13:41 +01:00
committed by Thilo Graf
parent 7df81ca7bd
commit 4ae3897018

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) {