mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-23 21:19:44 -04:00
15 lines
255 B
C#
15 lines
255 B
C#
namespace Cleanuparr.Domain.Enums;
|
|
|
|
public enum DeleteReason
|
|
{
|
|
None,
|
|
Stalled,
|
|
FailedImport,
|
|
DownloadingMetadata,
|
|
SlowSpeed,
|
|
SlowTime,
|
|
AllFilesSkipped,
|
|
AllFilesSkippedByQBit,
|
|
AllFilesBlocked,
|
|
AtLeastOneFileBlocked,
|
|
} |