Missing caption data when exporting from Lightroom for iPadOS
When exporting to a folder from Lightroom on iPad, the caption metadata is missing for and is present when exporting from Lightroom for OS X. I am using the sharp image library to read the metadata. Attaching exported images below
Lightroom mobile on iPadOS
v 9.4.1
iPadOS 18.1
Lightroom Classic
v. 13.4
MacOS 12.7.6

_C300012.jpg (exported from Lightroom Mobile)
Metadata: {
"object_name": "Well done chicken run",
"date_created": "20231230",
"time_created": "155809",
"digital_date_created": "20231230",
"digital_time_created": "155809",
"copyright_notice": "",
"date_time": "2023-12-30T15:58:09.000Z"

_C300012-1.jpg (exported from Lightroom Classic)
Metadata: {
"object_name": "Well done chicken run",
"date_created": "20231230",
"time_created": "155809",
"digital_date_created": "20231230",
"digital_time_created": "155809",
"copyright_notice": "",
"caption": "I am caption data. Hear me roar!",
"date_time": "2023-12-30T15:58:09.000Z"
}
