- movieplayer: try to fix bookmark menu again

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-08-02 21:59:38 +02:00
committed by Thilo Graf
parent 7c5f7573e6
commit d75b08b8a1

View File

@@ -1989,7 +1989,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;