mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
movieplayer: fix quickzap with RC_previoussong/nextsong
Origin commit data
------------------
Commit: 6f6195e7ba
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-28 (Sat, 28 Oct 2017)
Origin message was:
------------------
- movieplayer: fix quickzap with RC_previoussong/nextsong
This commit is contained in:
@@ -1786,6 +1786,8 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
|||||||
}
|
}
|
||||||
} else if (msg == (neutrino_msg_t) g_settings.key_quickzap_up || msg == (neutrino_msg_t) g_settings.key_quickzap_down) {
|
} else if (msg == (neutrino_msg_t) g_settings.key_quickzap_up || msg == (neutrino_msg_t) g_settings.key_quickzap_down) {
|
||||||
quickZap(msg);
|
quickZap(msg);
|
||||||
|
} else if (msg == CRCInput::RC_previoussong || msg == CRCInput::RC_nextsong) {
|
||||||
|
quickZap(msg);
|
||||||
} else if (fromInfoviewer && msg == CRCInput::RC_ok && !filelist.empty()) {
|
} else if (fromInfoviewer && msg == CRCInput::RC_ok && !filelist.empty()) {
|
||||||
printf("CMoviePlayerGui::%s: start playlist movie #%d\n", __func__, (int)(vzap_it - filelist.begin()));
|
printf("CMoviePlayerGui::%s: start playlist movie #%d\n", __func__, (int)(vzap_it - filelist.begin()));
|
||||||
fromInfoviewer = false;
|
fromInfoviewer = false;
|
||||||
|
Reference in New Issue
Block a user