diff --git a/code/Domain/Models/Deluge/Response/TorrentStatus.cs b/code/Domain/Models/Deluge/Response/TorrentStatus.cs index b33dd8f..a94c47a 100644 --- a/code/Domain/Models/Deluge/Response/TorrentStatus.cs +++ b/code/Domain/Models/Deluge/Response/TorrentStatus.cs @@ -17,7 +17,7 @@ public sealed record TorrentStatus [JsonProperty("total_done")] public long TotalDone { get; init; } - public string? Label { get; init; } + public string? Label { get; set; } [JsonProperty("seeding_time")] public long SeedingTime { get; init; }