mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(server): android motion photo (#4254)
This commit is contained in:
parent
cc70f5f6a0
commit
7cb78ed972
1 changed files with 1 additions and 2 deletions
|
@ -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 } });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue