some cleanup

This commit is contained in:
N00MKRAD
2021-02-08 10:21:26 +01:00
parent 34d1113d8c
commit 596a2c40e0
2 changed files with 11 additions and 42 deletions

View File

@@ -184,6 +184,7 @@ namespace Flowframes.Main
}
int frameCount = 0;
if (IOUtils.IsPathDirectory(path))
frameCount = IOUtils.GetAmountOfFiles(path, false);
else