Radarr/src/NzbDrone.Core/ImportLists/CleanLibraryLevel.cs

12 lines
194 B
C#

namespace NzbDrone.Core.ImportLists
{
public enum CleanLibraryLevel
{
Disabled,
LogOnly,
KeepAndUnmonitor,
RemoveAndKeep,
RemoveAndDelete
}
}