mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-07 15:48:24 -04:00
Add download cleaner and dry run (#58)
This commit is contained in:
@@ -16,4 +16,11 @@ public sealed record TorrentStatus
|
||||
|
||||
[JsonProperty("total_done")]
|
||||
public long TotalDone { get; init; }
|
||||
|
||||
public string? Label { get; init; }
|
||||
|
||||
[JsonProperty("seeding_time")]
|
||||
public long SeedingTime { get; init; }
|
||||
|
||||
public float Ratio { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user