fix: no thumbnail generated for motion assets (#17472)
This commit is contained in:
@@ -550,7 +550,8 @@ export class MetadataService extends BaseService {
|
||||
this.storageCore.ensureFolders(motionAsset.originalPath);
|
||||
await this.storageRepository.createFile(motionAsset.originalPath, video);
|
||||
this.logger.log(`Wrote motion photo video to ${motionAsset.originalPath}`);
|
||||
await this.jobRepository.queue({ name: JobName.METADATA_EXTRACTION, data: { id: motionAsset.id } });
|
||||
|
||||
await this.handleMetadataExtraction({ id: motionAsset.id });
|
||||
}
|
||||
|
||||
this.logger.debug(`Finished motion photo video extraction for asset ${asset.id}: ${asset.originalPath}`);
|
||||
|
||||
Reference in New Issue
Block a user