]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
DVR: timerec - add missing channel parameter, fixes #4901
authorJaroslav Kysela <perex@perex.cz>
Tue, 30 Jan 2018 13:08:18 +0000 (14:08 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 30 Jan 2018 13:08:18 +0000 (14:08 +0100)
src/dvr/dvr_timerec.c

index b91d9067d4eb08361bf31976994d455235e60c04..cc379aab3926189f0a041b250044d496d9f27c7a 100644 (file)
@@ -155,6 +155,7 @@ dvr_timerec_check(dvr_timerec_entry_t *dte)
 
   conf = htsmsg_create_map();
   htsmsg_add_uuid(conf, "config_name", &dte->dte_config->dvr_id.in_uuid);
+  htsmsg_set_uuid(conf, "channel", &dte->dte_channel->ch_id.in_uuid);
   htsmsg_add_str2(conf, "title", title);
   htsmsg_add_s64(conf, "start", start);
   htsmsg_add_s64(conf, "stop", stop);