fixed missing download location

This commit is contained in:
Flaminel
2025-03-26 02:05:05 +02:00
parent 4b38a6fee1
commit ac086fcd47
3 changed files with 8 additions and 2 deletions
@@ -25,6 +25,9 @@ public sealed record TorrentStatus
public float Ratio { get; init; }
public required IReadOnlyList<Tracker> Trackers { get; init; }
[JsonProperty("download_location")]
public required string DownloadLocation { get; init; }
}
public sealed record Tracker