mirror of
https://github.com/immich-app/immich.git
synced 2026-01-09 05:30:52 -05:00
fix: canceling a bucket while findMonthGroupForAsset is waiting fails (#24898)
This commit is contained in:
parent
0df618feee
commit
369a30e227
@ -346,7 +346,7 @@ export class TimelineManager extends VirtualScrollManager {
|
||||
|
||||
async findMonthGroupForAsset(asset: AssetDescriptor | AssetResponseDto) {
|
||||
if (!this.isInitialized) {
|
||||
await this.initTask.waitUntilCompletion();
|
||||
await this.initTask.waitUntilExecution();
|
||||
}
|
||||
|
||||
const { id } = asset;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user