Radarr/src/NzbDrone.Core/Notifications/Gotify/GotifyPriority.cs

12 lines
164 B
C#

namespace NzbDrone.Core.Notifications.Gotify
{
public enum GotifyPriority
{
Min = 0,
Low = 2,
Normal = 5,
High = 8
}
}