From f36eee0dc20002ea767d1cf9c52dc119f2933133 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 7 Sep 2020 00:33:17 -0400 Subject: [PATCH] Fixed: Delete files from Artist Mass Editor not actually deleting files Co-Authored-By: Mark McDowall Signed-off-by: Robin Dadswell --- src/Readarr.Api.V1/Author/AuthorEditorResource.cs | 1 + 1 file changed, 1 insertion(+) 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