mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- moviebrowser: re-add by mistake removed boolean value got_start_pos
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -3668,6 +3668,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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user