Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
timerec entry not saved with htsp
  • Loading branch information
Glenn-1990 authored and perexg committed Feb 2, 2015
1 parent d2acb64 commit 0bc1987
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dvr/dvr_timerec.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0bc1987

Please sign in to comment.