mirror of
https://github.com/Readarr/Readarr
synced 2025-12-25 09:47:14 +01: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:
parent
0db2f38dfe
commit
f36eee0dc2
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ public class AuthorEditorResource
|
|||
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…
Reference in a new issue