Fixed: Delete files from Artist Mass Editor not actually deleting files

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Signed-off-by: Robin Dadswell <robin@dadswell.email>
pull/770/head
Qstick 4 years ago
parent 0db2f38dfe
commit f36eee0dc2

@ -12,6 +12,7 @@ namespace Readarr.Api.V1.Author
public List<int> Tags { get; set; }
public ApplyTags ApplyTags { get; set; }
public bool MoveFiles { get; set; }
public bool DeleteFiles { get; set; }
}
public enum ApplyTags

Loading…
Cancel
Save