mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
fix(server): storage template migration not working (#7414)
add `withExif`
This commit is contained in:
parent
943105ea20
commit
45ecb629a1
@ -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…
x
Reference in New Issue
Block a user