Skip to content

Commit 48e92e8

Browse files
authored
Update adaptix_struct.go
1 parent e6a39d2 commit 48e92e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adaptix_struct.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ type DownloadData struct {
241241
Computer string `json:"d_computer"`
242242
RemotePath string `json:"d_remote_path"`
243243
LocalPath string `json:"d_local_path"`
244-
TotalSize int `json:"d_total_size"`
245-
RecvSize int `json:"d_recv_size"`
244+
TotalSize int64 `json:"d_total_size"`
245+
RecvSize int64 `json:"d_recv_size"`
246246
Date int64 `json:"d_date"`
247247
State int `json:"d_state"`
248248
File *os.File

0 commit comments

Comments
 (0)