added help url for has stream

This commit is contained in:
John Andrews
2022-09-26 17:51:40 +13:00
parent 3bf9ee3d03
commit d6942209e5

View File

@@ -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; }