mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
driver/record: auto-terminate temporary timeshift recordings
This commit is contained in:
@@ -1274,7 +1274,9 @@ void CRecordManager::StartTimeshift()
|
|||||||
if(res)
|
if(res)
|
||||||
{
|
{
|
||||||
CMoviePlayerGui::getInstance().exec(NULL, tmode);
|
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();
|
ShowMenu();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user