diff --git a/src/model/metadata.js b/src/model/metadata.js index ae22a809..a0fa4261 100644 --- a/src/model/metadata.js +++ b/src/model/metadata.js @@ -83,7 +83,8 @@ function caption (exif, picasa) { tagValue(exif, 'IPTC', 'Headline') || tagValue(exif, 'XMP', 'Description') || tagValue(exif, 'XMP', 'Title') || - tagValue(exif, 'XMP', 'Label') + tagValue(exif, 'XMP', 'Label') || + tagValue(exif, 'QuickTime', 'Title') } function keywords (exif, picasa) {