mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-12 14:38:53 -05:00
FF-1366 - added option to track sorter to set default instead of forcing it
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user