Fix: add extra exif-tag
This commit is contained in:
parent
89aa7d6734
commit
09b68633d9
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ export class PanoramaxUploader implements ImageUploader {
|
|||
tags.DateTime.value[0] ??
|
||||
tags.DateTimeOriginal.value[0] ??
|
||||
tags.GPSDateStamp ??
|
||||
tags.CreateDate ??
|
||||
tags["Date Created"]
|
||||
).split(" ")
|
||||
const exifDatetime = new Date(date.replaceAll(":", "-") + "T" + time)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue