From df1d9f834eca348d7b9d813a21dcd74ec62b8bb9 Mon Sep 17 00:00:00 2001 From: John Andrews Date: Sat, 20 Jan 2024 11:09:20 +1300 Subject: [PATCH] FF-1209 - added options to create audio book --- AudioNodes/AudioBooks/CreateAudioBook.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/AudioNodes/AudioBooks/CreateAudioBook.cs b/AudioNodes/AudioBooks/CreateAudioBook.cs index f04d9ba3..143d36d9 100644 --- a/AudioNodes/AudioBooks/CreateAudioBook.cs +++ b/AudioNodes/AudioBooks/CreateAudioBook.cs @@ -36,7 +36,6 @@ public class CreateAudioBook: AudioNode /// /// Gets or sets the destination path /// - [Required] [Folder(1)] public string DestinationPath { get; set; }