mirror of
https://github.com/immich-app/immich.git
synced 2025-11-14 04:42:42 +09:00
Update readme
This commit is contained in:
@@ -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}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user