mirror of
https://github.com/immich-app/immich.git
synced 2025-11-14 10:52:39 +09:00
Update readme with gif
This commit is contained in:
@@ -42,6 +42,7 @@ export class ImageOptimizeProcessor {
|
||||
.toFile(resizePath, async (err, info) => {
|
||||
if (err) {
|
||||
console.error('Error resizing file ', err);
|
||||
return;
|
||||
}
|
||||
|
||||
await this.assetRepository.update(savedAsset, { resizePath: resizePath });
|
||||
|
||||
Reference in New Issue
Block a user