Lidarr/src/Lidarr.Api.V1/ApplyTags.cs

10 lines
111 B
C#

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