mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(server): Handle exposure time correctly (#1432)
This commit is contained in:
parent
bcb0056b55
commit
8b73c2bf8a
12 changed files with 31 additions and 24 deletions
|
|
@ -152,7 +152,7 @@
|
|||
<p>{`ƒ/${asset.exifInfo.fNumber.toLocaleString(locale)}` || ''}</p>
|
||||
|
||||
{#if asset.exifInfo.exposureTime}
|
||||
<p>{`1/${asset.exifInfo.exposureTime}`}</p>
|
||||
<p>{`${asset.exifInfo.exposureTime}`}</p>
|
||||
{/if}
|
||||
|
||||
{#if asset.exifInfo.focalLength}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue