mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 06:52:33 -04:00
fix(server): refresh unedited asset dimensions on metadata extraction (#27220)
This commit is contained in:
@@ -264,6 +264,7 @@ select
|
||||
"asset"."type",
|
||||
"asset"."width",
|
||||
"asset"."height",
|
||||
"asset"."isEdited",
|
||||
(
|
||||
select
|
||||
coalesce(json_agg(agg), '[]')
|
||||
|
||||
Reference in New Issue
Block a user