Merge branch 'main' of github.com:immich-app/immich

This commit is contained in:
Alex Tran
2023-03-26 10:43:52 -05:00

View File

@@ -29,6 +29,7 @@ export class AssetRepository implements IAssetRepository {
return this.repository.find({
where: {
isVisible: options.isVisible,
type: options.type,
},
relations: {
exifInfo: true,