FF-1607: Fixed issue with Video Extract Audio setting working file to incorrect value

This commit is contained in:
John Andrews
2024-06-12 08:41:14 +12:00
parent b8b2145b9e
commit 2876024e4d
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -94,7 +94,7 @@ public class VideoExtractAudio : AudioSelectionEncodingNode
{ "ExtractedAudioFile", outputFile }
});
if (SetWorkingFile)
args.SetWorkingFile(OutputFile, dontDelete: true);
args.SetWorkingFile(outputFile, dontDelete: true);
return 1;
}