feat(exiftool): handle boolean metadata

This commit is contained in:
Julien Neuhart
2024-03-23 16:40:05 +01:00
parent f4ce196a34
commit c63235cd3d
2 changed files with 5 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ func TestExiftool_WriteMetadata(t *testing.T) {
"first",
"second",
},
"Marked": "true",
"Marked": true,
"ModDate": "2006-09-18T16:27:50-04:00",
"PDFVersion": 1.7,
"Producer": "Gotenberg",