Delete broken output files

This commit is contained in:
N00MKRAD 2024-01-09 16:23:14 +01:00
parent 5cd0edd121
commit fd2e23fa71
2 changed files with 790 additions and 775 deletions

File diff suppressed because it is too large Load Diff

View File

@ -75,6 +75,7 @@ namespace Flowframes
if (!AutoEncodeResume.resumeNextRun && Config.GetBool(Config.Key.keepTempFolder) && IoUtils.GetAmountOfFiles(currentSettings.framesFolder, false) > 0)
await Task.Run(async () => { await FrameRename.Unrename(); });
IoUtils.DeleteIfSmallerThanKb(currentSettings.FullOutPath);
await Done();
}