mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Merge 905e5e9fa0 into 9d639607c7
This commit is contained in:
commit
6d8f330f1b
1 changed files with 2 additions and 1 deletions
|
|
@ -606,7 +606,8 @@ export class TimelineManager {
|
|||
return (
|
||||
isMismatched(this.#options.visibility, asset.visibility) ||
|
||||
isMismatched(this.#options.isFavorite, asset.isFavorite) ||
|
||||
isMismatched(this.#options.isTrashed, asset.isTrashed)
|
||||
isMismatched(this.#options.isTrashed, asset.isTrashed) ||
|
||||
isMismatched(this.#options.userId, asset.ownerId)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue