diff --git a/VideoNodes/VideoNodes/SubtitleExtractor.cs b/VideoNodes/VideoNodes/SubtitleExtractor.cs index ab6fe86f..00bbe6a6 100644 --- a/VideoNodes/VideoNodes/SubtitleExtractor.cs +++ b/VideoNodes/VideoNodes/SubtitleExtractor.cs @@ -15,6 +15,11 @@ public class SubtitleExtractor : EncodingNode /// Gets the icon for the element /// public override string Icon => "fas fa-comment-dots"; + /// + /// Gets the help URL + /// + public override string HelpUrl => "https://docs.fileflows.com/plugins/video-nodes/subtitle-extractor"; + /// /// Gets or sets the language to extract ///