From df659a0deae1e4a674ea7d17e3c874d4de60f5f9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 22 Apr 2024 15:24:47 +0200 Subject: Add script to remove episodes finished watching with quickmedia --- src/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html.c') diff --git a/src/html.c b/src/html.c index cb9904e..2cea600 100644 --- a/src/html.c +++ b/src/html.c @@ -327,7 +327,7 @@ int add_html(const char *name, const char *url, char *html_config_dir, char *pro } /* - Create an ".in_progress" file to prevent periodic sync from reading rss data + Create an ".in_progress" file to prevent periodic sync from reading html data before we have finished adding all the data. */ remove(in_progress_filepath); -- cgit v1.2.3