mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +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>
Origin commit data
------------------
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 is contained in:
@@ -1824,11 +1824,6 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
|||||||
g_videoSettings->next43Mode();
|
g_videoSettings->next43Mode();
|
||||||
} else if (msg == (neutrino_msg_t) g_settings.key_switchformat) {
|
} else if (msg == (neutrino_msg_t) g_settings.key_switchformat) {
|
||||||
g_videoSettings->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
|
#endif
|
||||||
} else if (msg == (neutrino_msg_t) g_settings.mpkey_play) {
|
} else if (msg == (neutrino_msg_t) g_settings.mpkey_play) {
|
||||||
if (time_forced) {
|
if (time_forced) {
|
||||||
|
Reference in New Issue
Block a user