try to fix next file play on AX

This commit is contained in:
Jacek Jendrzej
2017-12-23 18:21:55 +01:00
parent 2eb1bb1cf5
commit b67e21b5ce

View File

@@ -1697,10 +1697,8 @@ void CMoviePlayerGui::PlayFileLoop(void)
#if ! HAVE_COOL_HARDWARE #if ! HAVE_COOL_HARDWARE
else else
{ {
if (filelist_it == filelist.end() - 1 || filelist_it == filelist.end()) at_eof = true;
g_RCInput->postMsg((neutrino_msg_t) g_settings.mpkey_stop, 0); break;
else
g_RCInput->postMsg((neutrino_msg_t) CRCInput::RC_right, 0);
} }
#endif #endif
handleMovieBrowser(0, position); handleMovieBrowser(0, position);