diff --git a/src/Readarr.Api.V1/Author/AuthorEditorResource.cs b/src/Readarr.Api.V1/Author/AuthorEditorResource.cs index 5d224636a..c599a9714 100644 --- a/src/Readarr.Api.V1/Author/AuthorEditorResource.cs +++ b/src/Readarr.Api.V1/Author/AuthorEditorResource.cs @@ -12,6 +12,7 @@ namespace Readarr.Api.V1.Author public List Tags { get; set; } public ApplyTags ApplyTags { get; set; } public bool MoveFiles { get; set; } + public bool DeleteFiles { get; set; } } public enum ApplyTags