Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
api dvr: fix typo, fixes #4117
  • Loading branch information
perexg committed Dec 5, 2016
1 parent 2f8e948 commit 1dd2652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/api_dvr.c
Expand Up @@ -396,7 +396,7 @@ api_dvr_autorec_create
htsmsg_set_str(conf, "config_name", idnode_uuid_as_str(&cfg->dvr_id, ubuf));
dae = dvr_autorec_create(NULL, conf);
if (dae) {
api_idnode_create(dae, &dae->dae_id);
api_idnode_create(resp, &dae->dae_id);
dvr_autorec_changed(dae, 0);
dvr_autorec_completed(dae, 0);
}
Expand Down

0 comments on commit 1dd2652

Please sign in to comment.