movieplayer: try to fix bookmark menu again

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2cc4517e4c
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-08-02 (Sun, 02 Aug 2020)

Origin message was:
------------------
- movieplayer: try to fix bookmark menu again

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-08-02 21:59:38 +02:00
parent e754fe111e
commit c79c942fa3

View File

@@ -1997,7 +1997,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
callInfoViewer();
} else if (msg == (neutrino_msg_t) g_settings.mpkey_bookmark) {
#if HAVE_COOL_HARDWARE || HAVE_ARM_HARDWARE
if (is_file_player && selectChapter() == -1)
if (selectChapter() != 0)
#endif
handleMovieBrowser((neutrino_msg_t) g_settings.mpkey_bookmark, position);
update_lcd = true;