From 26701df8b10bf8c8b8ab7731243b2f42843adac2 Mon Sep 17 00:00:00 2001 From: John Andrews Date: Mon, 8 Jan 2024 09:57:49 +1300 Subject: [PATCH] bumping version --- AudioNodes/AudioBooks/CreateAudioBook.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/AudioNodes/AudioBooks/CreateAudioBook.cs b/AudioNodes/AudioBooks/CreateAudioBook.cs index f6b7369e..e64abe71 100644 --- a/AudioNodes/AudioBooks/CreateAudioBook.cs +++ b/AudioNodes/AudioBooks/CreateAudioBook.cs @@ -29,16 +29,15 @@ public class CreateAudioBook: AudioNode public override string HelpUrl => "https://fileflows.com/docs/plugins/audio-nodes/create-audio-book"; /// - /// Gets the node type + /// Gets the flow element type /// public override FlowElementType Type => FlowElementType.Process; - /// - /// Executes the node + /// Executes the flow element /// /// the node parameters - /// the result of the execution + /// the output to call next, -1 to abort flow, 0 to end flow public override int Execute(NodeParameters args) { var ffmpeg = GetFFmpeg(args);