Skip to content

Commit

Permalink
try to fix next file play on AX
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Jendrzej committed Dec 23, 2017
1 parent 2eb1bb1 commit b67e21b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/gui/movieplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1697,10 +1697,8 @@ void CMoviePlayerGui::PlayFileLoop(void)
#if ! HAVE_COOL_HARDWARE
else
{
if (filelist_it == filelist.end() - 1 || filelist_it == filelist.end())
g_RCInput->postMsg((neutrino_msg_t) g_settings.mpkey_stop, 0);
else
g_RCInput->postMsg((neutrino_msg_t) CRCInput::RC_right, 0);
at_eof = true;
break;
}
#endif
handleMovieBrowser(0, position);
Expand Down

0 comments on commit b67e21b

Please sign in to comment.