mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: add units to exposure time display (#9803)
* feat(web): add units to exposure time display * feat(mobile): add units to exposure time display
This commit is contained in:
parent
8812c3afcf
commit
ee3530b34c
3 changed files with 3 additions and 3 deletions
|
|
@ -381,7 +381,7 @@
|
|||
{/if}
|
||||
|
||||
{#if asset.exifInfo.exposureTime}
|
||||
<p>{`${asset.exifInfo.exposureTime}`}</p>
|
||||
<p>{`${asset.exifInfo.exposureTime} s`}</p>
|
||||
{/if}
|
||||
|
||||
{#if asset.exifInfo.focalLength}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue