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