mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-05 06:48:08 -05:00
Add download cleaner and dry run (#58)
This commit is contained in:
8
code/Domain/Enums/CleanReason.cs
Normal file
8
code/Domain/Enums/CleanReason.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Domain.Enums;
|
||||
|
||||
public enum CleanReason
|
||||
{
|
||||
None,
|
||||
MaxRatioReached,
|
||||
MaxSeedTimeReached,
|
||||
}
|
||||
Reference in New Issue
Block a user