no message
This commit is contained in:
parent
55f2c4a338
commit
860ffe95e4
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ namespace RdtClient.Service.Models.QBittorrent
|
||||||
[JsonProperty("completion_on")]
|
[JsonProperty("completion_on")]
|
||||||
public Int64? CompletionOn { get; set; }
|
public Int64? CompletionOn { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty(PropertyName = "content_path")]
|
||||||
|
public String ContentPath { get; set; }
|
||||||
|
|
||||||
[JsonProperty("dl_limit")]
|
[JsonProperty("dl_limit")]
|
||||||
public Int64 DlLimit { get; set; }
|
public Int64 DlLimit { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue