mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-01 14:29:04 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user