mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(server): initialization search service (#3879)
This commit is contained in:
parent
1b0484fc46
commit
e02817362c
1 changed files with 1 additions and 0 deletions
|
@ -90,5 +90,6 @@ export class AppService {
|
||||||
});
|
});
|
||||||
|
|
||||||
await this.metadataProcessor.init();
|
await this.metadataProcessor.init();
|
||||||
|
await this.searchService.init();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue