mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(server): android motion photo (#4254)
This commit is contained in:
		| @@ -278,8 +278,7 @@ export class MetadataService { | ||||
|           deviceId: 'NONE', | ||||
|         }); | ||||
|  | ||||
|         await this.storageRepository.writeFile(asset.originalPath, video); | ||||
|  | ||||
|         await this.storageRepository.writeFile(motionAsset.originalPath, video); | ||||
|         await this.jobRepository.queue({ name: JobName.METADATA_EXTRACTION, data: { id: motionAsset.id } }); | ||||
|       } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user