diff --git a/torrent.go b/torrent.go index 7405eb1..823b1c6 100644 --- a/torrent.go +++ b/torrent.go @@ -31,7 +31,7 @@ type ( Name string `json:"name"` Status int `json:"status"` Added int `json:"addedDate"` - LeftUntilDone int `json:"leftUntilDone"` + LeftUntilDone int64 `json:"leftUntilDone"` Eta int `json:"eta"` UploadRatio float64 `json:"uploadRatio"` RateDownload int `json:"rateDownload"`