Radarr/NzbDrone.Core/Model/ExternalNotificationType.cs

10 lines
149 B
C#
Raw Normal View History

2011-06-18 01:46:22 +00:00
namespace NzbDrone.Core.Model
{
public enum ExternalNotificationType
{
Grab = 0,
Download = 1,
Rename = 2
}
}