mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- movieplayer/record: try to fix timeshift stop; ...
Timeshift was stopped immediately when mpkey_stop was pressed. After that the record/timeshift menu was shown, but is wasn't possilble to return to timeshift record. Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1379,8 +1379,14 @@ void CRecordManager::StartTimeshift()
|
||||
if(res)
|
||||
{
|
||||
CMoviePlayerGui::getInstance().exec(NULL, tmode);
|
||||
#if 0
|
||||
/*
|
||||
ShowMenu() moved to movieplayer.cpp
|
||||
Function is called when stop key is pressed.
|
||||
*/
|
||||
if(g_settings.temp_timeshift && tstarted && autoshift)
|
||||
ShowMenu();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user