mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
driver/record.cpp: dont show menu after timeshift stop, if timeshift record already stopped
This commit is contained in:
@@ -1360,7 +1360,7 @@ void CRecordManager::StartTimeshift()
|
||||
if(res)
|
||||
{
|
||||
CMoviePlayerGui::getInstance().exec(NULL, tmode);
|
||||
if(g_settings.temp_timeshift && !g_settings.auto_timeshift)
|
||||
if(g_settings.temp_timeshift && !g_settings.auto_timeshift && autoshift)
|
||||
ShowMenu();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user