mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
try to fix next file play on AX
Origin commit data
------------------
Branch: ni/coolstream
Commit: 12166952f7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-12-23 (Sat, 23 Dec 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1702,10 +1702,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);
|
||||||
|
Reference in New Issue
Block a user