Skip to content

Commit

Permalink
Re-add cleanup, fix #135
Browse files Browse the repository at this point in the history
  • Loading branch information
lay295 committed Jan 22, 2021
1 parent 9708088 commit 6e2611e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderCore/VideoDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ await Task.Run(() =>
process.Start();
process.WaitForExit();
});
Cleanup(downloadFolder);
}
catch
{
Expand Down

0 comments on commit 6e2611e

Please sign in to comment.