mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 18:24:10 -04:00
Merge branch 'main' of github.com:immich-app/immich
This commit is contained in:
commit
75d28d3c58
@ -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…
x
Reference in New Issue
Block a user