1
0
mirror of https://github.com/immich-app/immich.git synced 2025-12-06 01:23:16 +02:00

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

View File

@@ -16,6 +16,7 @@ export interface AssetStatsOptions {
export interface LivePhotoSearchOptions {
ownerId: string;
libraryId?: string | null;
livePhotoCID: string;
otherAssetId: string;
type: AssetType;