From c79c942fa38b796d8dfbe40db5cbf802fda9bf6c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 2 Aug 2020 21:59:38 +0200 Subject: [PATCH] movieplayer: try to fix bookmark menu again Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2cc4517e4c58265f6dcf4776831641fcd3f291fc Author: vanhofen 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 --- src/gui/movieplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 8f7375f37..39e52139c 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -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;