Skip to content

Commit 6e2611e

Browse files
committed
Re-add cleanup, fix #135
1 parent 9708088 commit 6e2611e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TwitchDownloaderCore/VideoDownloader.cs

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ await Task.Run(() =>
223223
process.Start();
224224
process.WaitForExit();
225225
});
226+
Cleanup(downloadFolder);
226227
}
227228
catch
228229
{

0 commit comments

Comments
 (0)