mirror of
https://github.com/immich-app/immich.git
synced 2025-06-03 13:44:16 -04:00
fix(web): prevent duplicate calls to time bucket endpoint (#7563)
This commit is contained in:
parent
670a3838a3
commit
8b02f18e99
@ -207,7 +207,7 @@ export class AssetStore {
|
|||||||
|
|
||||||
bucket.position = position;
|
bucket.position = position;
|
||||||
|
|
||||||
if (bucket.assets.length > 0) {
|
if (bucket.assets.length > 0 || bucket.cancelToken) {
|
||||||
this.emit(false);
|
this.emit(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user