1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-24 10:37:28 +02:00

Revert "fix(web): prevent duplicate calls to time bucket endpoint" (#7644)

Revert "fix(web): prevent duplicate calls to time bucket endpoint (#7563)"

This reverts commit 8b02f18e99.
This commit is contained in:
Alex 2024-03-05 09:44:33 -06:00 committed by GitHub
parent facd0bc3a4
commit 0675389aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,7 +207,7 @@ export class AssetStore {
bucket.position = position;
if (bucket.assets.length > 0 || bucket.cancelToken) {
if (bucket.assets.length > 0) {
this.emit(false);
return;
}