Fix MaxRatio to allow float values

This commit is contained in:
Eric Haughee
2025-09-20 18:29:18 -07:00
parent 1cf9f97187
commit bb90ce5216
5 changed files with 12 additions and 8 deletions

View File

@@ -323,7 +323,7 @@ namespace Lantean.QBitTorrentClient.Models
public bool? MaxInactiveSeedingTimeEnabled { get; set; }
[JsonPropertyName("max_ratio")]
public int? MaxRatio { get; set; }
public float? MaxRatio { get; set; }
[JsonPropertyName("max_ratio_act")]
public int? MaxRatioAct { get; set; }