mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(server): do not match live photos across libraries (#11952)
This commit is contained in:
parent
fd225e7462
commit
29d229c5ba
4 changed files with 27 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ export interface AssetStatsOptions {
|
|||
|
||||
export interface LivePhotoSearchOptions {
|
||||
ownerId: string;
|
||||
libraryId?: string | null;
|
||||
livePhotoCID: string;
|
||||
otherAssetId: string;
|
||||
type: AssetType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue