mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
movieplayer: fix quickzap with RC_previoussong/nextsong
Origin commit data
------------------
Branch: ni/coolstream
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
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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) {
|
||||
quickZap(msg);
|
||||
} else if (msg == CRCInput::RC_previoussong || msg == CRCInput::RC_nextsong) {
|
||||
quickZap(msg);
|
||||
} else if (fromInfoviewer && msg == CRCInput::RC_ok && !filelist.empty()) {
|
||||
printf("CMoviePlayerGui::%s: start playlist movie #%d\n", __func__, (int)(vzap_it - filelist.begin()));
|
||||
fromInfoviewer = false;
|
||||
|
Reference in New Issue
Block a user