fix mobile file transfer can't send files

This commit is contained in:
csf 2022-10-25 10:14:40 +09:00
parent 43429c41d9
commit 46eba4758d

View File

@ -515,7 +515,7 @@ class FileModel extends ChangeNotifier {
items.items.forEach((from) async {
_jobId++;
await bind.sessionSendFiles(
id: await bind.mainGetLastRemoteId(),
id: '${parent.target?.id}',
actId: _jobId,
path: from.path,
to: PathUtil.join(toPath, from.name, isWindows),