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:
vanhofen
2017-10-28 14:18:09 +02:00
parent 0287193bd3
commit 7797a02a19

View File

@@ -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;