Skip to content

Commit

Permalink
Merge branch 'leslievan:main' into chore/depends
Browse files Browse the repository at this point in the history
  • Loading branch information
floyd-li authored Jun 12, 2024
2 parents 1ee0f80 + 6fe2e37 commit f294441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/image_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class ExifId(Enum):
CAMERA_MODEL = 'CameraModelName'
CAMERA_MAKE = 'Make'
LENS_MODEL = ['LensModel', 'Lens']
LENS_MODEL = ['LensModel', 'Lens', 'LensID']
LENS_MAKE = 'LensMake'
DATETIME = 'DateTimeOriginal'
FOCAL_LENGTH = 'FocalLength'
Expand Down

0 comments on commit f294441

Please sign in to comment.