]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
DVR: api - remove double config_name in api_dvr_entry_create_by_event()
authorJaroslav Kysela <perex@perex.cz>
Tue, 23 Jan 2018 15:00:28 +0000 (16:00 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 23 Jan 2018 15:00:28 +0000 (16:00 +0100)
src/api/api_dvr.c

index 880452e85865c99b6245dca0c9eb1bfdb922894f..04c1e2e6a80b8fbe756a2ab18d2b477bcb9a672e 100644 (file)
@@ -237,7 +237,6 @@ api_dvr_entry_create_by_event
       dvr_config_t *cfg = dvr_config_find_by_list(perm->aa_dvrcfgs, config_uuid);
       if (cfg) {
         htsmsg_add_uuid(conf, "config_name", &cfg->dvr_id.in_uuid);
-        htsmsg_copy_field(conf, "config_name", m, "config_uuid");
         de = dvr_entry_create_from_htsmsg(conf, e);
         if (de)
           idnode_changed(&de->de_id);