lp: switch to new tag for 12.70

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/953/head
Varun Patil 2023-11-22 11:51:01 -08:00
parent 9653f01636
commit deb0e5ce16
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class LivePhoto
public function getLivePhotoId(File $file, array $exif): string
{
// Apple JPEG (MOV has ContentIdentifier)
if ($uuid = ($exif['MediaGroupUUID'] ?? null)) {
if ($uuid = ($exif['ContentIdentifier'] ?? $exif['MediaGroupUUID'] ?? null)) {
return (string) $uuid;
}