mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(server): Handle exposure time correctly (#1432)
This commit is contained in:
4
web/src/api/open-api/api.ts
generated
4
web/src/api/open-api/api.ts
generated
@@ -1116,10 +1116,10 @@ export interface ExifResponseDto {
|
||||
'iso'?: number | null;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @type {string}
|
||||
* @memberof ExifResponseDto
|
||||
*/
|
||||
'exposureTime'?: number | null;
|
||||
'exposureTime'?: string | null;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
|
||||
Reference in New Issue
Block a user