no message

This commit is contained in:
Roger Far 2021-01-13 09:31:46 -07:00
parent 55f2c4a338
commit 860ffe95e4

View file

@ -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; }