Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: autorec - enable the entries created from EPG by default
  • Loading branch information
perexg committed Sep 10, 2014
1 parent 6ba1d6f commit 78de846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dvr/dvr_autorec.c
Expand Up @@ -197,6 +197,7 @@ dvr_autorec_add_series_link(const char *dvr_config_name,
return NULL;
conf = htsmsg_create_map();
title = regexp_escape(epg_broadcast_get_title(event, NULL));
htsmsg_add_u32(conf, "enabled", 1);
htsmsg_add_str(conf, "title", title);
free(title);
htsmsg_add_str(conf, "config_name", dvr_config_name ?: "");
Expand Down

0 comments on commit 78de846

Please sign in to comment.