Revert "driver/record: auto-terminate temporary timeshift recordings"

commit can stop plain record instead of timeshift, and breaks auto-timeshift concept

This reverts commit c9d78e1a9c.
This commit is contained in:
[CST] Focus
2014-10-01 16:10:36 +04:00
parent ed6816068c
commit 6ad1a64f73

View File

@@ -1277,9 +1277,7 @@ void CRecordManager::StartTimeshift()
if(res)
{
CMoviePlayerGui::getInstance().exec(NULL, tmode);
if(g_settings.temp_timeshift)
Stop(live_channel_id);
else if (!(g_settings.auto_timeshift && autoshift))
if(g_settings.temp_timeshift && !g_settings.auto_timeshift && autoshift)
ShowMenu();
}
}