mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- 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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user