mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 04:29:32 -06:00
added Failure nodes and started working on ffmpeg metadata node
This commit is contained in:
@@ -16,6 +16,7 @@ namespace FileFlows.BasicNodes.Functions
|
||||
public override int Inputs => 1;
|
||||
public override FlowElementType Type => FlowElementType.Logic;
|
||||
public override string Icon => "fas fa-code";
|
||||
public override bool FailureNode => true;
|
||||
|
||||
public override string HelpUrl => "https://github.com/revenz/FileFlows/wiki/Function-Node";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user