mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 16:56:46 +01:00
Update readme with gif
This commit is contained in:
parent
690f30f3dd
commit
e63dc49475
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
Self-hosted photo and video backup solution directly from your mobile phone.
|
Self-hosted photo and video backup solution directly from your mobile phone.
|
||||||
|
|
||||||
|
![Current Stage](https://media.giphy.com/media/UcO3eQ1h6Bjm1Sqexd/giphy-downsized-large.gif)
|
||||||
|
|
||||||
# Note
|
# Note
|
||||||
|
|
||||||
This project is under heavy development, there will be continous functions, features and api changes.
|
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) => {
|
.toFile(resizePath, async (err, info) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
console.error('Error resizing file ', err);
|
console.error('Error resizing file ', err);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await this.assetRepository.update(savedAsset, { resizePath: resizePath });
|
await this.assetRepository.update(savedAsset, { resizePath: resizePath });
|
||||||
|
|
Loading…
Reference in a new issue