FF-1209 - added options to create audio book

This commit is contained in:
John Andrews
2024-01-20 11:09:20 +13:00
parent 4a410588c3
commit df1d9f834e

View File

@@ -36,7 +36,6 @@ public class CreateAudioBook: AudioNode
/// <summary>
/// Gets or sets the destination path
/// </summary>
[Required]
[Folder(1)]
public string DestinationPath { get; set; }