mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-18 05:58:32 -06:00
FF-1607: Fixed issue with Video Extract Audio setting working file to incorrect value
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -94,7 +94,7 @@ public class VideoExtractAudio : AudioSelectionEncodingNode
|
||||
{ "ExtractedAudioFile", outputFile }
|
||||
});
|
||||
if (SetWorkingFile)
|
||||
args.SetWorkingFile(OutputFile, dontDelete: true);
|
||||
args.SetWorkingFile(outputFile, dontDelete: true);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user