1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

fix(server): skip stacked assets in duplicate detection (#16380)

* skip stacked assets in duplicate detection

* update sql

* handle stacking after duplicate detection runs
This commit is contained in:
Mert
2025-02-27 19:16:13 +03:00
committed by GitHub
parent a808b8610e
commit a708649504
8 changed files with 34 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ export const assetStub = {
exifImageHeight: 1000,
exifImageWidth: 1000,
} as ExifEntity,
stackId: 'stack-1',
stack: stackStub('stack-1', [
{ id: 'primary-asset-id' } as AssetEntity,
{ id: 'stack-child-asset-1' } as AssetEntity,