diff --git a/TwitchDownloaderCore/VideoDownloader.cs b/TwitchDownloaderCore/VideoDownloader.cs index 93b27560..07357e1b 100644 --- a/TwitchDownloaderCore/VideoDownloader.cs +++ b/TwitchDownloaderCore/VideoDownloader.cs @@ -223,6 +223,7 @@ await Task.Run(() => process.Start(); process.WaitForExit(); }); + Cleanup(downloadFolder); } catch {