aboutsummaryrefslogtreecommitdiff
path: root/src/html.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-04-22 15:24:47 +0200
committerdec05eba <dec05eba@protonmail.com>2024-04-22 15:24:47 +0200
commitdf659a0deae1e4a674ea7d17e3c874d4de60f5f9 (patch)
treecc5ac29c6ebff12d24f1fa771f055e61a256fcb4 /src/html.c
parentaaf36275048b201e876841dfc456b3f2f341c8a9 (diff)
Add script to remove episodes finished watching with quickmedia
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c2
1 files changed, 1 insertions, 1 deletions
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);