From 172a55e4340a49aaae4f3ccab4bfa7efc0680ffe Mon Sep 17 00:00:00 2001 From: Elwador <75888166+Elwador@users.noreply.github.com> Date: Sat, 26 Apr 2025 19:02:08 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index dd35709..d39b60d 100644 --- a/Home.md +++ b/Home.md @@ -50,10 +50,13 @@ The Crunchy-Downloader offers several startup parameters to customize its behavi 2. **`--historyRefreshAll`** - Refreshes the download history upon startup. Useful for ensuring the history is up-to-date. -3. **`--historyAddToQueue`** +3. **`--historyRefreshActive`** + - Refreshes the download history, filtered by `Active`, upon startup. Useful for ensuring the history is up-to-date. + +4. **`--historyAddToQueue`** - Automatically adds any new or missing episodes to the download queue. -4. **`--exit`** +5. **`--exit`** - Exits the downloader after all command-line tasks are completed. Ideal for automated workflows or batch operations.