fix(server): queue android motion assets for transcoding (#17781)

This commit is contained in:
Mert
2025-04-23 07:03:28 -04:00
committed by GitHub
parent 2a95eccf6a
commit 92ac1193e6
4 changed files with 29 additions and 14 deletions
+1
View File
@@ -576,6 +576,7 @@ export class MetadataService extends BaseService {
this.logger.log(`Wrote motion photo video to ${motionAsset.originalPath}`);
await this.handleMetadataExtraction({ id: motionAsset.id });
await this.jobRepository.queue({ name: JobName.VIDEO_CONVERSION, data: { id: motionAsset.id } });
}
this.logger.debug(`Finished motion photo video extraction for asset ${asset.id}: ${asset.originalPath}`);