write: fix getLivePhotoId call
parent
3b04df121f
commit
25318b9402
|
@ -120,7 +120,7 @@ class TimelineWrite
|
||||||
$dayId = floor($dateTaken / 86400);
|
$dayId = floor($dateTaken / 86400);
|
||||||
$dateTaken = gmdate('Y-m-d H:i:s', $dateTaken);
|
$dateTaken = gmdate('Y-m-d H:i:s', $dateTaken);
|
||||||
[$w, $h] = Exif::getDimensions($exif);
|
[$w, $h] = Exif::getDimensions($exif);
|
||||||
$liveid = $this->livePhoto->getLivePhotoId($exif);
|
$liveid = $this->livePhoto->getLivePhotoId($file, $exif);
|
||||||
|
|
||||||
// Video parameters
|
// Video parameters
|
||||||
$videoDuration = 0;
|
$videoDuration = 0;
|
||||||
|
|
Loading…
Reference in New Issue