mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web, mobile): camera info (#3904)
* fix(web): camera lens info * fix(mobile): camera lens ISO fix * fix svelte-check
This commit is contained in:
parent
e510e733cd
commit
22f5e05060
2 changed files with 6 additions and 4 deletions
|
|
@ -255,7 +255,7 @@ class ExifBottomSheet extends HookConsumerWidget {
|
|||
),
|
||||
),
|
||||
subtitle: Text(
|
||||
"ƒ/${exifInfo.fNumber} ${exifInfo.exposureTime} ${exifInfo.focalLength} mm ISO${exifInfo.iso} ",
|
||||
"ƒ/${exifInfo.fNumber} ${exifInfo.exposureTime} ${exifInfo.focalLength} mm ISO ${exifInfo.iso ?? ''} ",
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue