mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
fix(server): refresh unedited asset dimensions on metadata extraction (#27220)
This commit is contained in:
parent
8f01d06927
commit
4812a2e2d8
5 changed files with 28 additions and 6 deletions
|
|
@ -345,6 +345,7 @@ export const columns = {
|
|||
'asset.type',
|
||||
'asset.width',
|
||||
'asset.height',
|
||||
'asset.isEdited',
|
||||
],
|
||||
assetFiles: ['asset_file.id', 'asset_file.path', 'asset_file.type', 'asset_file.isEdited'],
|
||||
assetFilesForThumbnail: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue