mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-02-13 03:39:21 +00:00
fix(server): initialization search service (#3879)
This commit is contained in:
@@ -90,5 +90,6 @@ export class AppService {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await this.metadataProcessor.init();
|
await this.metadataProcessor.init();
|
||||||
|
await this.searchService.init();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user