Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR autorec: fix the initial autorec checking, fixes #3600
  • Loading branch information
perexg committed Feb 29, 2016
1 parent 0430326 commit 9e66bb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dvr/dvr_autorec.c
Expand Up @@ -296,6 +296,9 @@ dvr_autorec_create(const char *uuid, htsmsg_t *conf)

idnode_load(&dae->dae_id, conf);

dvr_autorec_changed(dae, 1);
dvr_autorec_completed(dae, 0);

htsp_autorec_entry_add(dae);

return dae;
Expand Down

0 comments on commit 9e66bb4

Please sign in to comment.