Add option to ignore specific downloads (#79)
This commit is contained in:
@@ -23,4 +23,11 @@ public sealed record TorrentStatus
|
||||
public long SeedingTime { get; init; }
|
||||
|
||||
public float Ratio { get; init; }
|
||||
|
||||
public required IReadOnlyList<Tracker> Trackers { get; init; }
|
||||
}
|
||||
|
||||
public sealed record Tracker
|
||||
{
|
||||
public required Uri Url { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user