From 3c1b361fc1358b46b5a0c8695890a63776ae6452 Mon Sep 17 00:00:00 2001 From: Yuvi9587 <114073886+Yuvi9587@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:28:28 +0100 Subject: [PATCH] Update main.py --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index b33436d..b38b5c9 100644 --- a/main.py +++ b/main.py @@ -7363,6 +7363,9 @@ class DownloaderApp (QWidget ): downloaded_files_from_future ,skipped_files_from_future ,kept_originals_from_future ,retryable_failures_from_post ,permanent_failures_from_post ,history_data_from_worker =result_tuple if history_data_from_worker : self ._add_to_history_candidates (history_data_from_worker ) + if permanent_failures_from_post: + self.permanently_failed_files_for_dialog.extend(permanent_failures_from_post) + self ._add_to_history_candidates (history_data_from_worker ) with self .downloaded_files_lock : self .download_counter +=downloaded_files_from_future self .skip_counter +=skipped_files_from_future