mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-17 18:28:00 -05:00
15 lines
250 B
C#
15 lines
250 B
C#
namespace Cleanuparr.Domain.Enums;
|
|
|
|
public enum DeleteReason
|
|
{
|
|
None,
|
|
Stalled,
|
|
FailedImport,
|
|
DownloadingMetadata,
|
|
SlowSpeed,
|
|
SlowTime,
|
|
AllFilesSkipped,
|
|
AllFilesSkippedByQBit,
|
|
AllFilesBlocked,
|
|
MalwareFileFound,
|
|
} |