mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 12:23:58 +09:00
fix(cli): file handles (#6110)
* fix: file handles * chore: bump for patch release
This commit is contained in:
@@ -60,7 +60,7 @@ export default class Upload extends BaseCommand {
|
||||
|
||||
for (const asset of assetsToUpload) {
|
||||
// Compute total size first
|
||||
await asset.process();
|
||||
await asset.prepare();
|
||||
totalSize += asset.fileSize;
|
||||
|
||||
if (options.albumName) {
|
||||
|
||||
Reference in New Issue
Block a user