mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41: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
------------------
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:
@@ -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