aboutsummaryrefslogtreecommitdiff
path: root/src/rss_html_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rss_html_common.c')
-rw-r--r--src/rss_html_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rss_html_common.c b/src/rss_html_common.c
index 567671e..e5e44ab 100644
--- a/src/rss_html_common.c
+++ b/src/rss_html_common.c
@@ -41,6 +41,7 @@ int write_plugin_json_to_file(const char *dir, const char *filename, const char
cJSON_AddStringToObject(downloaded_item_json, "title", prev_download_items[i].title);
cJSON_AddStringToObject(downloaded_item_json, "time", item_created_timestamp_fake);
cJSON_AddStringToObject(downloaded_item_json, "url", prev_download_items[i].link);
+ cJSON_AddBoolToObject(downloaded_item_json, "filler", 1);
cJSON_AddItemToArray(downloaded_json, downloaded_item_json);
}