mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: load original image for gifs (#10252)
This commit is contained in:
parent
fb641c74be
commit
a54e01ef2f
9 changed files with 81 additions and 11 deletions
|
|
@ -7708,6 +7708,9 @@
|
|||
"originalFileName": {
|
||||
"type": "string"
|
||||
},
|
||||
"originalMimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
"originalPath": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -7782,6 +7785,7 @@
|
|||
"isTrashed",
|
||||
"localDateTime",
|
||||
"originalFileName",
|
||||
"originalMimeType",
|
||||
"originalPath",
|
||||
"ownerId",
|
||||
"resized",
|
||||
|
|
|
|||
|
|
@ -182,6 +182,7 @@ export type AssetResponseDto = {
|
|||
livePhotoVideoId?: string | null;
|
||||
localDateTime: string;
|
||||
originalFileName: string;
|
||||
originalMimeType: string;
|
||||
originalPath: string;
|
||||
owner?: UserResponseDto;
|
||||
ownerId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue