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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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();
},
() => {