mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
timerd/timermanager.cpp: change default record safety to 5min
This commit is contained in:
@@ -625,8 +625,8 @@ void CTimerManager::loadRecordingSafety()
|
|||||||
{
|
{
|
||||||
/* set defaults if no configuration file exists */
|
/* set defaults if no configuration file exists */
|
||||||
dprintf("%s not found\n", CONFIGFILE);
|
dprintf("%s not found\n", CONFIGFILE);
|
||||||
m_extraTimeStart = 0;
|
m_extraTimeStart = 300;
|
||||||
m_extraTimeEnd = 0;
|
m_extraTimeEnd = 300;
|
||||||
config.saveConfig(CONFIGFILE);
|
config.saveConfig(CONFIGFILE);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user