Move ApplyTags to own file

Closes #3861
pull/3876/head
Bogdan 2 years ago
parent fc055641d6
commit c9a5dcf2d3

@ -16,11 +16,4 @@ namespace Lidarr.Api.V1.Artist
public bool MoveFiles { get; set; } public bool MoveFiles { get; set; }
public bool DeleteFiles { get; set; } public bool DeleteFiles { get; set; }
} }
public enum ApplyTags
{
Add,
Remove,
Replace
}
} }

Loading…
Cancel
Save