fix(server): do not match live photos across libraries (#11952)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user