Retry GetFrameCountCached up to 3x, clear cmd output caches on new file

This commit is contained in:
n00mkrad
2022-04-05 18:07:05 +02:00
parent dd98b02355
commit 483aa46ebb
7 changed files with 42 additions and 11 deletions

View File

@@ -23,6 +23,9 @@ namespace Flowframes.Ui
Program.mainForm.ResetInputInfo();
string path = inputTbox.Text.Trim();
GetFrameCountCached.Clear();
GetMediaResolutionCached.Clear();
if (Config.GetBool(Config.Key.clearLogOnInput))
Logger.ClearLogBox();