FF-1475 - added new video duration flow element

This commit is contained in:
John Andrews
2024-04-07 11:00:49 +12:00
parent d9116bd978
commit 0dcbc074f5

View File

@@ -26,6 +26,8 @@ public class VideoDuration : VideoNode
/// </summary>
public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-duration";
/// <inheritdoc />
public override string Icon => "fas fa-clock";
internal const string MATCH_GREATER_THAN = ">";
internal const string MATCH_LESS_THAN = "<";