fix compilation

This commit is contained in:
chrislu 2024-03-19 09:09:14 -07:00
parent 359b00596f
commit a1816d21e9

View File

@ -202,7 +202,7 @@ func downloadViaRclone(fs fs.Fs, filename string, key string, fn func(progressed
}
}(file)
tr := accounting.NewStats(ctx).NewTransfer(obj)
tr := accounting.NewStats(ctx).NewTransfer(obj, fs)
defer tr.Done(ctx, err)
acc := tr.Account(ctx, rc)
pr := ProgressReader{acc: acc, tr: tr, fn: fn}