mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-07 03:29:29 -06:00
added help to subtitle extractor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user