mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
Update readme with gif
This commit is contained in:
parent
690f30f3dd
commit
e63dc49475
@ -6,6 +6,8 @@
|
||||
|
||||
Self-hosted photo and video backup solution directly from your mobile phone.
|
||||
|
||||

|
||||
|
||||
# Note
|
||||
|
||||
This project is under heavy development, there will be continous functions, features and api changes.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user