fix(server): do not match live photos across libraries (#11952)

This commit is contained in:
Jason Rasmussen
2024-08-20 21:23:50 -04:00
committed by GitHub
parent fd225e7462
commit 29d229c5ba
4 changed files with 27 additions and 1 deletions
+1
View File
@@ -173,6 +173,7 @@ export class MetadataService {
const match = await this.assetRepository.findLivePhotoMatch({
livePhotoCID: asset.exifInfo.livePhotoCID,
ownerId: asset.ownerId,
libraryId: asset.libraryId,
otherAssetId: asset.id,
type: otherType,
});