timerec entry not saved with htsp

This commit is contained in:
Glenn-1990 2015-02-01 21:47:49 +01:00 committed by Jaroslav Kysela
parent d2acb64025
commit 0bc1987d1e

View file

@ -240,7 +240,10 @@ dvr_timerec_create_htsp(const char *dvr_config_name, const char *title,
htsmsg_destroy(conf);
if (dte)
{
dvr_timerec_save(dte);
dvr_timerec_check(dte);
}
return dte;
}