moviebrowser: re-add by mistake removed boolean value got_start_pos

Origin commit data
------------------
Branch: ni/coolstream
Commit: 58c7d2d0bb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-17 (Tue, 17 Jul 2018)

Origin message was:
------------------
- moviebrowser: re-add by mistake removed boolean value got_start_pos

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-07-17 00:04:12 +02:00
parent 2e62944648
commit 90efda5d34

View File

@@ -3688,6 +3688,7 @@ int CMovieBrowser::showStartPosSelectionMenu(void) // P2
if (m_movieSelectionHandler->bookmarks.start != 0) if (m_movieSelectionHandler->bookmarks.start != 0)
{ {
got_start_pos = true;
startPosSelectionMenu.addItem(new CMenuForwarder(LOCALE_MOVIEBROWSER_BOOK_MOVIESTART, true, start_pos), true); startPosSelectionMenu.addItem(new CMenuForwarder(LOCALE_MOVIEBROWSER_BOOK_MOVIESTART, true, start_pos), true);
position[menu_nr++] = m_movieSelectionHandler->bookmarks.start; position[menu_nr++] = m_movieSelectionHandler->bookmarks.start;
} }