Advertisement
svenhoefer

Untitled

Jan 2nd, 2018
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.75 KB | None | 0 0
  1. diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp
  2. index ebc0835..4b45739 100644
  3. --- a/src/gui/movieplayer.cpp
  4. +++ b/src/gui/movieplayer.cpp
  5. @@ -1757,9 +1757,11 @@ void CMoviePlayerGui::PlayFileLoop(void)
  6.                         //NI if (timeshift == TSHIFT_MODE_OFF)
  7.                                 callInfoViewer();
  8.                 } else if (msg == (neutrino_msg_t) g_settings.mpkey_bookmark) {
  9. +#if HAVE_COOL_HARDWARE
  10.                         if (is_file_player)
  11.                                 selectChapter();
  12.                         else
  13. +#endif
  14.                                 handleMovieBrowser((neutrino_msg_t) g_settings.mpkey_bookmark, position);
  15.                         update_lcd = true;
  16.                         clearSubtitle();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement