mirror of
https://github.com/immich-app/immich.git
synced 2025-06-01 04:36:19 -04:00
fix(web): don't show newly uploaded asset in inapplicable views (#17184)
This commit is contained in:
parent
411521b21d
commit
3e73765375
@ -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…
x
Reference in New Issue
Block a user