From 47d4c912c28728c4473cf1e378d075eaafec6e28 Mon Sep 17 00:00:00 2001 From: John Andrews Date: Wed, 14 Jun 2023 08:23:03 +1200 Subject: [PATCH] added help to subtitle extractor --- VideoNodes/VideoNodes/SubtitleExtractor.cs | 5 +++++ 1 file changed, 5 insertions(+) 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 ///