mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
Update readme
This commit is contained in:
parent
919928ab70
commit
6ad77e9434
5 changed files with 9 additions and 31 deletions
server/src/modules/image-optimize
|
@ -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