namespace Lidarr.Api.V1 { public enum ApplyTags { Add, Remove, Replace } }