mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 09:33:36 +00:00
mailru: fix invalid timestamp on corrupted files (fixes #4229)
This commit is contained in:
@@ -117,7 +117,7 @@ type ListItem struct {
|
||||
Name string `json:"name"`
|
||||
Home string `json:"home"`
|
||||
Size int64 `json:"size"`
|
||||
Mtime int64 `json:"mtime,omitempty"`
|
||||
Mtime uint64 `json:"mtime,omitempty"`
|
||||
Hash string `json:"hash,omitempty"`
|
||||
VirusScan string `json:"virus_scan,omitempty"`
|
||||
Tree string `json:"tree,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user