Remove stalled downloads (#21)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace Domain.Models.Sonarr;
|
||||
using Common.Configuration.Arr;
|
||||
|
||||
namespace Domain.Models.Sonarr;
|
||||
|
||||
public sealed record SonarrCommand
|
||||
{
|
||||
@@ -9,4 +11,6 @@ public sealed record SonarrCommand
|
||||
public long? SeasonNumber { get; set; }
|
||||
|
||||
public List<long>? EpisodeIds { get; set; }
|
||||
|
||||
public SonarrSearchType SearchType { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user