mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-31 22:36:33 +00:00
Merge branch 'main' of github.com:immich-app/immich
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user