Fix mapping of metadata updation Time
This commit is contained in:
parent
2b2c3f47d8
commit
985a7ccc78
2 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ func (c *ClICtrl) mapApiFileToPhotoFile(ctx context.Context, album model.RemoteA
|
|||
}
|
||||
var photoFile model.RemoteFile
|
||||
photoFile.ID = file.ID
|
||||
photoFile.LastUpdateTime = file.UpdationTime
|
||||
photoFile.Key = *model.MakeEncString(fileKey, c.CliKey)
|
||||
photoFile.FileNonce = file.File.DecryptionHeader
|
||||
photoFile.ThumbnailNonce = file.Thumbnail.DecryptionHeader
|
||||
|
|
Loading…
Add table
Reference in a new issue