parent
32c75cfcbc
commit
6da9868716
@ -0,0 +1,11 @@
|
||||
namespace NzbDrone.Core.Notifications.Join
|
||||
{
|
||||
public enum JoinPriority
|
||||
{
|
||||
Silent = -2,
|
||||
Quiet = -1,
|
||||
Normal = 0,
|
||||
High = 1,
|
||||
Emergency = 2
|
||||
}
|
||||
}
|
Loading…
Reference in new issue