Add Notifiarr support (#52)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace Infrastructure.Verticals.DownloadClient;
|
||||
using Domain.Enums;
|
||||
|
||||
namespace Infrastructure.Verticals.DownloadClient;
|
||||
|
||||
public sealed record StalledResult
|
||||
{
|
||||
@@ -7,6 +9,8 @@ public sealed record StalledResult
|
||||
/// </summary>
|
||||
public bool ShouldRemove { get; set; }
|
||||
|
||||
public DeleteReason DeleteReason { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// True if the download is private; otherwise false.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user