]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix dvr_autorec_create_htsp to actually use "fulltext" parameter and not to always...
authorKai Sommerfeld <kai.sommerfeld@gmx.com>
Wed, 15 Apr 2015 10:30:28 +0000 (12:30 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 15 Apr 2015 16:23:05 +0000 (18:23 +0200)
src/dvr/dvr_autorec.c

index a5d1f4d5820494b67a5e29e8a4cc4204aa081ded..19d196da938b1e6490ce27e0ea3221991d265d2f 100644 (file)
@@ -247,7 +247,7 @@ dvr_autorec_create_htsp(const char *dvr_config_name, const char *title, int full
   htsmsg_add_s64(conf, "start_extra", start_extra);
   htsmsg_add_s64(conf, "stop_extra",  stop_extra);
   htsmsg_add_str(conf, "title",       title);
-  htsmsg_add_u32(conf, "fulltext",    1);
+  htsmsg_add_u32(conf, "fulltext",    fulltext);
   htsmsg_add_str(conf, "config_name", dvr_config_name ?: "");
   htsmsg_add_str(conf, "owner",       owner ?: "");
   htsmsg_add_str(conf, "creator",     creator ?: "");