mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-07 13:09:32 -06:00
added help url for has stream
This commit is contained in:
@@ -12,6 +12,8 @@ public class VideoHasStream : VideoNode
|
||||
public override int Outputs => 2;
|
||||
public override FlowElementType Type => FlowElementType.Logic;
|
||||
|
||||
public override string HelpUrl => "https://docs.fileflows.com/plugins/video-nodes/logical-nodes/video-has-stream";
|
||||
|
||||
[Select(nameof(StreamTypeOptions), 1)]
|
||||
public string Stream { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user