Improve stalled and failed imports (#37)
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
|
||||
public sealed record TorrentStatus
|
||||
{
|
||||
public string? Hash { get; set; }
|
||||
public string? Hash { get; init; }
|
||||
|
||||
public string? State { get; set; }
|
||||
public string? State { get; init; }
|
||||
|
||||
public string? Name { get; set; }
|
||||
public string? Name { get; init; }
|
||||
|
||||
public ulong Eta { get; set; }
|
||||
public ulong Eta { get; init; }
|
||||
|
||||
public bool Private { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user