mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): don't show newly uploaded asset in inapplicable views (#17184)
This commit is contained in:
parent
411521b21d
commit
3e73765375
1 changed files with 3 additions and 0 deletions
|
|
@ -567,6 +567,9 @@ export class AssetStore {
|
||||||
initTask = new CancellableTask(
|
initTask = new CancellableTask(
|
||||||
() => {
|
() => {
|
||||||
this.isInitialized = true;
|
this.isInitialized = true;
|
||||||
|
if (this.#options.albumId || this.#options.personId) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
this.connect();
|
this.connect();
|
||||||
},
|
},
|
||||||
() => {
|
() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue