FF-1366 - added option to track sorter to set default instead of forcing it

This commit is contained in:
John Andrews
2024-02-22 19:56:20 +13:00
parent a1d11a960b
commit 9b0b3f753e
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -25,6 +25,8 @@ public class VideoBitCheck : VideoNode
/// Gets the help URL
/// </summary>
public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-bit-check";
/// <inheritdoc />
public override string Icon => "fas fa-sitemap";
/// <summary>
/// Executes the flow element
+2
View File
@@ -25,6 +25,8 @@ public class VideoIs10Bit : VideoNode
/// Gets the help URL
/// </summary>
public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-is-10-bit";
/// <inheritdoc />
public override string Icon => "fas fa-question";
/// <summary>
/// Executes the flow element
+2
View File
@@ -25,6 +25,8 @@ public class VideoIs12Bit : VideoNode
/// Gets the help URL
/// </summary>
public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-is-12-bit";
/// <inheritdoc />
public override string Icon => "fas fa-question";
/// <summary>
/// Executes the flow element
+2
View File
@@ -25,6 +25,8 @@ public class VideoIs8Bit : VideoNode
/// Gets the help URL
/// </summary>
public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-is-8-bit";
/// <inheritdoc />
public override string Icon => "fas fa-question";
/// <summary>
/// Executes the flow element