mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-24 17:13:41 -04:00
14 lines
228 B
C#
14 lines
228 B
C#
namespace Cleanuparr.Domain.Enums;
|
|
|
|
public enum DeleteReason
|
|
{
|
|
None,
|
|
Stalled,
|
|
FailedImport,
|
|
DownloadingMetadata,
|
|
SlowSpeed,
|
|
SlowTime,
|
|
AllFilesSkipped,
|
|
AllFilesSkippedByQBit,
|
|
AllFilesBlocked,
|
|
} |