driver/record: auto-terminate temporary timeshift recordings

This commit is contained in:
martii
2014-07-06 08:28:38 +02:00
committed by svenhoefer
parent 176d97969e
commit c9d78e1a9c

View File

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