From 3a976246add2fd2f02af81a5b7040ebc11c85ddb Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sat, 13 Jul 2024 13:18:43 -0700 Subject: [PATCH] add root path to transfer output --- qbit.go | 1 + 1 file changed, 1 insertion(+) diff --git a/qbit.go b/qbit.go index f6608ba..ad6dbe4 100644 --- a/qbit.go +++ b/qbit.go @@ -79,6 +79,7 @@ type Xfer struct { Ratio float64 `json:"ratio"` RatioLimit float64 `json:"ratio_limit"` SavePath string `json:"save_path"` + RootPath string `json:"root_path"` SeedingTime int64 `json:"seeding_time"` SeedingTimeLimit int64 `json:"seeding_time_limit"` SeenComplete int64 `json:"seen_complete"`