mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Update readme
This commit is contained in:
parent
919928ab70
commit
6ad77e9434
5 changed files with 9 additions and 31 deletions
|
|
@ -66,7 +66,6 @@ export class ImageOptimizeProcessor {
|
|||
|
||||
const basePath = this.configService.get('UPLOAD_LOCATION');
|
||||
// const resizePath = savedAsset.originalPath.replace('/original/', '/thumb/');
|
||||
console.log(filename);
|
||||
// Create folder for thumb image if not exist
|
||||
const resizeDir = `${basePath}/${savedAsset.userId}/thumb/${savedAsset.deviceId}`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue