mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
init pre post
This commit is contained in:
@@ -310,7 +310,7 @@ int CRecordSetup::showRecordSetup()
|
||||
void CRecordSetup::showRecordTimerSetup(CMenuWidget *menu_timersettings)
|
||||
{
|
||||
//recording start/end correcture
|
||||
int pre,post;
|
||||
int pre = 0,post = 0;
|
||||
g_Timerd->getRecordingSafety(pre,post);
|
||||
g_settings.record_safety_time_before = pre/60;
|
||||
g_settings.record_safety_time_after = post/60;
|
||||
|
Reference in New Issue
Block a user