Skip to content

Commit

Permalink
Revert "feat(server): parse offset from "Image_UTC_Data" (Samsung) (#…
Browse files Browse the repository at this point in the history
…13080)"

This reverts commit 67aa124.
  • Loading branch information
alextran1502 committed Oct 3, 2024
1 parent 68930cc commit c3fa0c2
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 48 deletions.
33 changes: 16 additions & 17 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 30 additions & 30 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion server/src/repositories/metadata.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export class MetadataRepository implements IMetadataRepository {
defaultVideosToUTC: true,
backfillTimezones: true,
inferTimezoneFromDatestamps: true,
inferTimezoneFromTimeStamp: true,
useMWG: true,
numericTags: [...DefaultReadTaskOptions.numericTags, 'FocalLength'],
/* eslint unicorn/no-array-callback-reference: off, unicorn/no-array-method-this-argument: off */
Expand Down

0 comments on commit c3fa0c2

Please sign in to comment.