Skip to content

Commit

Permalink
fix toboxInfo struct type (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Tangui <[email protected]>
  • Loading branch information
robertRogerPresident and tanguidaoudal authored Dec 16, 2024
1 parent 7359f28 commit dd0b7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/debrid/structs/torbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type torboxInfo struct {
DownloadState string `json:"download_state"`
Seeds int `json:"seeds"`
Peers int `json:"peers"`
Ratio int `json:"ratio"`
Ratio float64 `json:"ratio"`
Progress float64 `json:"progress"`
DownloadSpeed int `json:"download_speed"`
UploadSpeed int `json:"upload_speed"`
Expand Down

0 comments on commit dd0b7ef

Please sign in to comment.