Skip to content

Commit

Permalink
add root path to transfer output
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 13, 2024
1 parent 5de994c commit 3a97624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qbit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 3a97624

Please sign in to comment.