mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(cli): file handles (#6110)
* fix: file handles * chore: bump for patch release
This commit is contained in:
parent
cc7ba3c21a
commit
014adf175a
4 changed files with 20 additions and 27 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue