From d9d1363ee5a06eb6632e15a14afe64ec80c3df56 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 17 Jun 2021 02:03:11 +0200 Subject: Do not show start after items in the downloaded list --- src/rss_html_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rss_html_common.c') 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); } -- cgit v1.2.3