Lidarr/src/NzbDrone.Core/Music/Model/MonitorTypes.cs

15 lines
200 B
C#

namespace NzbDrone.Core.Music
{
public enum MonitorTypes
{
All,
Future,
Missing,
Existing,
Latest,
First,
None,
Unknown
}
}