Move ApplyTags to own file

Closes #3861
This commit is contained in:
Bogdan 2023-07-16 00:26:25 +03:00
parent fc055641d6
commit c9a5dcf2d3
1 changed files with 0 additions and 7 deletions

View File

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