mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:49:02 +00:00
Fix dateShot bug in processImage
This commit is contained in:
@@ -33,6 +33,7 @@ async function addExifTags({ session, photo }) {
|
||||
lens: rawTags.LensType,
|
||||
dateShot:
|
||||
rawTags.DateTimeOriginal &&
|
||||
typeof rawTags.DateTimeOriginal.toDate == 'function' &&
|
||||
NeoDateTime.fromStandardDate(rawTags.DateTimeOriginal.toDate()),
|
||||
fileSize: rawTags.FileSize,
|
||||
exposure: rawTags.ShutterSpeedValue,
|
||||
|
||||
Reference in New Issue
Block a user