We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a39d2 commit 48e92e8Copy full SHA for 48e92e8
adaptix_struct.go
@@ -241,8 +241,8 @@ type DownloadData struct {
241
Computer string `json:"d_computer"`
242
RemotePath string `json:"d_remote_path"`
243
LocalPath string `json:"d_local_path"`
244
- TotalSize int `json:"d_total_size"`
245
- RecvSize int `json:"d_recv_size"`
+ TotalSize int64 `json:"d_total_size"`
+ RecvSize int64 `json:"d_recv_size"`
246
Date int64 `json:"d_date"`
247
State int `json:"d_state"`
248
File *os.File
0 commit comments