mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 09:14:59 +03:00
fix: load original image for gifs (#10252)
This commit is contained in:
@@ -7708,6 +7708,9 @@
|
||||
"originalFileName": {
|
||||
"type": "string"
|
||||
},
|
||||
"originalMimeType": {
|
||||
"type": "string"
|
||||
},
|
||||
"originalPath": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -7782,6 +7785,7 @@
|
||||
"isTrashed",
|
||||
"localDateTime",
|
||||
"originalFileName",
|
||||
"originalMimeType",
|
||||
"originalPath",
|
||||
"ownerId",
|
||||
"resized",
|
||||
|
||||
Reference in New Issue
Block a user