mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05: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