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

10 lines
111 B
C#
Raw Permalink Normal View History

2023-07-11 22:56:06 +00:00
namespace Lidarr.Api.V1
{
public enum ApplyTags
{
Add,
Remove,
Replace
}
}