Skip to content

Commit

Permalink
fix(189): file size missed
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 19, 2022
1 parent ca177cc commit 57686d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/189/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ func (d *Cloud189) getFiles(fileId string) ([]model.Obj, error) {
ID: strconv.FormatInt(file.Id, 10),
Name: file.Name,
Modified: lastOpTime,
Size: file.Size,
},
Thumbnail: model.Thumbnail{Thumbnail: file.Icon.SmallUrl},
})
Expand Down

0 comments on commit 57686d9

Please sign in to comment.