From 35555918463cd60102a3571afbbf7126f1e0f564 Mon Sep 17 00:00:00 2001 From: ScrubN <72096833+ScrubN@users.noreply.github.com> Date: Fri, 5 Jan 2024 01:53:26 -0500 Subject: [PATCH] Fix NullReferenceException when updating chats without games --- 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