added help to subtitle extractor

This commit is contained in:
John Andrews
2023-06-14 08:23:03 +12:00
parent 32aeae0be4
commit 47d4c912c2

View File

@@ -15,6 +15,11 @@ public class SubtitleExtractor : EncodingNode
/// Gets the icon for the element
/// </summary>
public override string Icon => "fas fa-comment-dots";
/// <summary>
/// Gets the help URL
/// </summary>
public override string HelpUrl => "https://docs.fileflows.com/plugins/video-nodes/subtitle-extractor";
/// <summary>
/// Gets or sets the language to extract
/// </summary>