From d86d26b0edabecede73e60d7e6ae6edf9ac5d071 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 30 Jan 2018 14:08:18 +0100 Subject: [PATCH] DVR: timerec - add missing channel parameter, fixes #4901 --- src/dvr/dvr_timerec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dvr/dvr_timerec.c b/src/dvr/dvr_timerec.c index b91d9067d..cc379aab3 100644 --- a/src/dvr/dvr_timerec.c +++ b/src/dvr/dvr_timerec.c @@ -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); -- 2.47.3