Skip to content

Commit ff727e0

Browse files
committed
Fix incorrect tag names
1 parent fdcc3a1 commit ff727e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MetadataExtractor/Formats/Exif/makernotes/AppleMakernoteDirectory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public class AppleMakernoteDirectory : Directory
3636
{ TagAccelerationVector, "Acceleration Vector" },
3737
{ TagHdrImageType, "HDR Image Type" },
3838
{ TagBurstUuid, "Burst UUID" },
39-
{ TagContentIdentifier, "Burst UUID" },
40-
{ TagImageUniqueId, "Burst UUID" }
39+
{ TagContentIdentifier, "Content Identifier" },
40+
{ TagImageUniqueId, "Image Unique ID" },
4141
};
4242

4343
public AppleMakernoteDirectory()

0 commit comments

Comments
 (0)