mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 19:00:20 -06:00
FF-1475 - added new video duration flow element
This commit is contained in:
@@ -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 = "<";
|
||||
|
||||
Reference in New Issue
Block a user