mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -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(
|
||||
() => {
|
||||
this.isInitialized = true;
|
||||
if (this.#options.albumId || this.#options.personId) {
|
||||
return;
|
||||
}
|
||||
this.connect();
|
||||
},
|
||||
() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user