fixed label being init only
This commit is contained in:
@@ -17,7 +17,7 @@ public sealed record TorrentStatus
|
|||||||
[JsonProperty("total_done")]
|
[JsonProperty("total_done")]
|
||||||
public long TotalDone { get; init; }
|
public long TotalDone { get; init; }
|
||||||
|
|
||||||
public string? Label { get; init; }
|
public string? Label { get; set; }
|
||||||
|
|
||||||
[JsonProperty("seeding_time")]
|
[JsonProperty("seeding_time")]
|
||||||
public long SeedingTime { get; init; }
|
public long SeedingTime { get; init; }
|
||||||
|
|||||||
Reference in New Issue
Block a user