mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 14:10:55 -06:00
added 5.1 and 7.1 options to add audio track
increased plugin versions to 0.6.1 fixed issue with replace original returning -11 instead of -1 fixed copy flie when on external node
This commit is contained in:
@@ -45,10 +45,12 @@
|
||||
|
||||
private NodeParameters args;
|
||||
|
||||
public override async Task Cancel()
|
||||
public override Task Cancel()
|
||||
{
|
||||
args?.Process?.Cancel();
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
public override int Execute(NodeParameters args)
|
||||
{
|
||||
this.args = args;
|
||||
|
||||
Reference in New Issue
Block a user