From a1ee467d983db060bfbb6b40aadd230b1c575497 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 29 Sep 2022 22:05:02 +0000 Subject: [PATCH] fix DLSystem without threading --- projects/nat-archive-tool/src/nat/systems/DLSystem.kiss | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/nat-archive-tool/src/nat/systems/DLSystem.kiss b/projects/nat-archive-tool/src/nat/systems/DLSystem.kiss index d0da17b5..488b4ad1 100644 --- a/projects/nat-archive-tool/src/nat/systems/DLSystem.kiss +++ b/projects/nat-archive-tool/src/nat/systems/DLSystem.kiss @@ -37,6 +37,7 @@ { (ui.displayMessage "threading unavailable -- the program will freeze while downloading with youtube-dl") (downloadMp3) + null })) (true (log ui "DLSystem doesn't know what to do with $(readComponent e Tags)")