From 1502e599bd634275bc27418a48ee6269a4a2e50f Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 28 Dec 2025 17:50:10 -0600 Subject: [PATCH] Fix svg --- Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross b/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross index ddc6a6a..ce790d6 100644 --- a/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross +++ b/Tesses.YouTubeDownloader/src/YouTubeDownloader.tcross @@ -989,7 +989,7 @@ class TYTD.Downloader { }catch(ex) { try{ - this.LOG($"Exception caught on playlist thread: {e}"); + this.LOG($"Exception caught on playlist thread: {ex}"); }catch(ex2){} } }