mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 00:04:40 +00:00
drive: fix crash on failed to update remote mtime - fixes #36
This commit is contained in:
@@ -900,6 +900,7 @@ func (o *FsObjectDrive) SetModTime(modTime time.Time) {
|
||||
if err != nil {
|
||||
fs.Stats.Error()
|
||||
fs.Log(o, "Failed to update remote mtime: %s", err)
|
||||
return
|
||||
}
|
||||
// Update info from read data
|
||||
o.setMetaData(info)
|
||||
|
||||
Reference in New Issue
Block a user