namespace NzbDrone.Core.Notifications.Ntfy
{
public enum NtfyPriority
Min = 1,
Low = 2,
Default = 3,
High = 4,
Max = 5
}