mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	fix(server): missing asset files relation (#12295)
This commit is contained in:
		
							parent
							
								
									526cf23a9e
								
							
						
					
					
						commit
						c3a8ddaaf2
					
				@ -176,7 +176,7 @@ export class MediaService {
 | 
			
		||||
  async handleGeneratePreview({ id }: IEntityJob): Promise<JobStatus> {
 | 
			
		||||
    const [{ image }, [asset]] = await Promise.all([
 | 
			
		||||
      this.configCore.getConfig({ withCache: true }),
 | 
			
		||||
      this.assetRepository.getByIds([id], { exifInfo: true }),
 | 
			
		||||
      this.assetRepository.getByIds([id], { exifInfo: true, files: true }),
 | 
			
		||||
    ]);
 | 
			
		||||
    if (!asset) {
 | 
			
		||||
      return JobStatus.FAILED;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user