mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-05 20:37:51 -05: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,
|
|
} |