mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
Merge branch 'main' of github.com:immich-app/immich
This commit is contained in:
commit
75d28d3c58
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ export class AssetRepository implements IAssetRepository {
|
||||||
return this.repository.find({
|
return this.repository.find({
|
||||||
where: {
|
where: {
|
||||||
isVisible: options.isVisible,
|
isVisible: options.isVisible,
|
||||||
|
type: options.type,
|
||||||
},
|
},
|
||||||
relations: {
|
relations: {
|
||||||
exifInfo: true,
|
exifInfo: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue