mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
try to fix next file play on AX
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user