1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

fix(web): don't show newly uploaded asset in inapplicable views (#17184)

This commit is contained in:
Alex
2025-03-27 18:45:50 -05:00
committed by GitHub
parent 411521b21d
commit 3e73765375

View File

@ -567,6 +567,9 @@ export class AssetStore {
initTask = new CancellableTask(
() => {
this.isInitialized = true;
if (this.#options.albumId || this.#options.personId) {
return;
}
this.connect();
},
() => {