From e2709621912cc2d8583f927d81c03d2f4de2cc33 Mon Sep 17 00:00:00 2001 From: Scrub <72096833+ScrubN@users.noreply.github.com> Date: Fri, 5 Jan 2024 01:54:37 -0500 Subject: [PATCH] Fix NullReferenceException when updating chats without games (#925) --- TwitchDownloaderCore/ChatUpdater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwitchDownloaderCore/ChatUpdater.cs b/TwitchDownloaderCore/ChatUpdater.cs index 3e88316c..4ee473e1 100644 --- a/TwitchDownloaderCore/ChatUpdater.cs +++ b/TwitchDownloaderCore/ChatUpdater.cs @@ -106,7 +106,7 @@ private async Task UpdateVideoInfo(int totalSteps, int currentStep, IProgress