namespace NzbDrone.Core.Model { public enum SabnzbdPriorityType { Low = -1, Normal = 0, High = 1 } }