From 67c76f54b33deab2eb76f0826f8c49a653f6f2bb Mon Sep 17 00:00:00 2001 From: Scrub <72096833+ScrubN@users.noreply.github.com> Date: Sat, 3 Aug 2024 19:20:57 -0400 Subject: [PATCH] Show detailed statuses in task queue (#1172) * Fix potential NRE * Support displaying detailed statuses in task queue * Remove redundant method calls * Fix race condition --- TwitchDownloaderWPF/PageQueue.xaml | 2 +- TwitchDownloaderWPF/PageQueue.xaml.cs | 22 ++++++++++--------- .../TwitchTasks/ChatDownloadTask.cs | 12 ++++++++-- .../TwitchTasks/ChatRenderTask.cs | 12 ++++++++-- .../TwitchTasks/ChatUpdateTask.cs | 12 ++++++++-- .../TwitchTasks/ClipDownloadTask.cs | 12 ++++++++-- .../TwitchTasks/ITwitchTask.cs | 1 + .../TwitchTasks/VodDownloadTask.cs | 12 ++++++++-- TwitchDownloaderWPF/Utils/WpfTaskProgress.cs | 8 +++---- .../WindowQueueOptions.xaml.cs | 10 --------- 10 files changed, 68 insertions(+), 35 deletions(-) diff --git a/TwitchDownloaderWPF/PageQueue.xaml b/TwitchDownloaderWPF/PageQueue.xaml index 3e5e1534..cb02a79d 100644 --- a/TwitchDownloaderWPF/PageQueue.xaml +++ b/TwitchDownloaderWPF/PageQueue.xaml @@ -71,7 +71,7 @@ - +