Remove stalled downloads (#21)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Domain.Arr.Queue;
|
||||
namespace Domain.Models.Arr.Queue;
|
||||
|
||||
public record QueueListResponse
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Domain.Arr.Queue;
|
||||
namespace Domain.Models.Arr.Queue;
|
||||
|
||||
public record QueueRecord
|
||||
{
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
namespace Domain.Models.Arr;
|
||||
using Common.Configuration.Arr;
|
||||
|
||||
namespace Domain.Models.Arr;
|
||||
|
||||
public sealed class SonarrSearchItem : SearchItem
|
||||
{
|
||||
public long SeriesId { get; set; }
|
||||
|
||||
public SonarrSearchType SearchType { get; set; }
|
||||
|
||||
public override bool Equals(object? obj)
|
||||
{
|
||||
if (obj is not SonarrSearchItem other)
|
||||
|
||||
Reference in New Issue
Block a user