mirror of
https://github.com/immich-app/immich.git
synced 2025-12-31 23:17:18 -08:00
fix: canceling a bucket while findMonthGroupForAsset is waiting fails (#24898)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user