mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(server): storage template migration not working (#7414)
add `withExif`
This commit is contained in:
parent
943105ea20
commit
45ecb629a1
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export class StorageTemplateService {
|
|||
return true;
|
||||
}
|
||||
const assetPagination = usePagination(JOBS_ASSET_PAGINATION_SIZE, (pagination) =>
|
||||
this.assetRepository.getAll(pagination),
|
||||
this.assetRepository.getAll(pagination, { withExif: true }),
|
||||
);
|
||||
const users = await this.userRepository.getList();
|
||||
|
||||
|
|
Loading…
Reference in a new issue