Skip to content

Commit

Permalink
lint: fix php
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Oct 5, 2023
1 parent fedb029 commit e56828f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/LivePhoto.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function getLivePhotoId(File $file, array $exif)
return 'self__trailer';
}

else if ('image/heic' === $exif['MIMEType']) {
if ('image/heic' === $exif['MIMEType']) {
// Samsung HEIC -- no way to get this out yet (DirectoryItemLength is senseless)
// The reason this is above the MotionPhotoVideo check is because extracting binary
// EXIF fields on the fly is extremely expensive compared to trailer extraction.
Expand Down

0 comments on commit e56828f

Please sign in to comment.