Fixed video utils progress bar being stuck at 1 00%

This commit is contained in:
N00MKRAD
2021-01-30 14:46:54 +01:00
parent 2527e6eeb1
commit 1a6218117e
2 changed files with 5 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ namespace Flowframes
}
}
public static async Task ExtractFrames(string inPath, string outPath, bool alpha, bool allowSceneDetect = true, bool extractAudio = true)
public static async Task ExtractFrames(string inPath, string outPath, bool alpha, bool extractAudio = true)
{
if (Config.GetBool("scnDetect"))
{