mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Revert "driver/record: auto-terminate temporary timeshift recordings"
commit can stop plain record instead of timeshift, and breaks auto-timeshift concept This reverts commitf6fbd1d488
. Origin commit data ------------------ Commit:6ad1a64f73
Author: [CST] Focus <focus.cst@gmail.com> Date: 2014-10-01 (Wed, 01 Oct 2014)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user