From 860ffe95e45107b6aecd132b6e4f11e5ad41f6e4 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Wed, 13 Jan 2021 09:31:46 -0700 Subject: [PATCH] no message --- server/RdtClient.Service/Models/QBittorrent/TorrentInfo.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/RdtClient.Service/Models/QBittorrent/TorrentInfo.cs b/server/RdtClient.Service/Models/QBittorrent/TorrentInfo.cs index 61616ed..f852ff4 100644 --- a/server/RdtClient.Service/Models/QBittorrent/TorrentInfo.cs +++ b/server/RdtClient.Service/Models/QBittorrent/TorrentInfo.cs @@ -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; }