mirror of
https://github.com/immich-app/immich.git
synced 2025-12-01 03:39:43 +09:00
fix(server): do not match live photos across libraries (#11952)
This commit is contained in:
@@ -16,6 +16,7 @@ export interface AssetStatsOptions {
|
||||
|
||||
export interface LivePhotoSearchOptions {
|
||||
ownerId: string;
|
||||
libraryId?: string | null;
|
||||
livePhotoCID: string;
|
||||
otherAssetId: string;
|
||||
type: AssetType;
|
||||
|
||||
Reference in New Issue
Block a user