mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(server): include hidden assets in missing metadata extraction query (#19471)
This commit is contained in:
parent
bfe32c2bb9
commit
c759233d8c
2 changed files with 1 additions and 3 deletions
|
|
@ -394,7 +394,6 @@ where
|
|||
"asset_job_status"."metadataExtractedAt" is null
|
||||
or "asset_job_status"."assetId" is null
|
||||
)
|
||||
and "assets"."visibility" != $1
|
||||
and "assets"."deletedAt" is null
|
||||
|
||||
-- AssetJobRepository.getForStorageTemplateJob
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue