gui/movieplayer.cpp: update display after bookmarks menu

Origin commit data
------------------
Branch: ni/coolstream
Commit: a9a2b708b4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-05-15 15:59:38 +04:00
parent 5aefd9fe56
commit 52ed5aebf1

View File

@@ -576,6 +576,8 @@ void CMoviePlayerGui::PlayFile(void)
selectChapter();
else
handleMovieBrowser((neutrino_msg_t) g_settings.mpkey_bookmark, position);
update_lcd = true;
clearSubtitle();
} else if (msg == (neutrino_msg_t) g_settings.mpkey_audio) {
selectAudioPid(is_file_player);
update_lcd = true;