Remove stalled downloads (#21)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Domain.Models.Deluge.Response;
|
||||
|
||||
public sealed record TorrentStatus
|
||||
{
|
||||
public string? Hash { get; set; }
|
||||
|
||||
public string? State { get; set; }
|
||||
|
||||
public string? Name { get; set; }
|
||||
|
||||
public ulong Eta { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user