mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
Update readme with gif
This commit is contained in:
parent
690f30f3dd
commit
e63dc49475
2 changed files with 3 additions and 0 deletions
server/src/modules/image-optimize
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue