From 05efbd3e24e3dba45923d23ba094e7a05d9a82fd Mon Sep 17 00:00:00 2001 From: Jonas Rosland Date: Wed, 22 Mar 2023 13:20:15 -0400 Subject: [PATCH] Fix erroneous list for download queue --- mkdocs/docs/downloads.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs/docs/downloads.md b/mkdocs/docs/downloads.md index f7979b5..0bb4bee 100644 --- a/mkdocs/docs/downloads.md +++ b/mkdocs/docs/downloads.md @@ -11,6 +11,7 @@ Then for every video found, **Tube Archivist** will skip the video if it has alr ## Download Queue The **Start Download** icon download icon will start the download process starting from the top of the queue. Take a look at the relevant settings on the [Settings Page](settings.md#downloads). Once the process started, a progress message will show with additional details and controls: + - The stop icon stop icon will gracefully stop the download process, once the current video has been finished successfully. - The cancel icon close icon is equivalent to killing the process and will stop the download immediately. Any leftover files will get deleted, the canceled video will still be available in the download queue.