fix mobile file transfer can't send files
This commit is contained in:
parent
43429c41d9
commit
46eba4758d
@ -515,7 +515,7 @@ class FileModel extends ChangeNotifier {
|
|||||||
items.items.forEach((from) async {
|
items.items.forEach((from) async {
|
||||||
_jobId++;
|
_jobId++;
|
||||||
await bind.sessionSendFiles(
|
await bind.sessionSendFiles(
|
||||||
id: await bind.mainGetLastRemoteId(),
|
id: '${parent.target?.id}',
|
||||||
actId: _jobId,
|
actId: _jobId,
|
||||||
path: from.path,
|
path: from.path,
|
||||||
to: PathUtil.join(toPath, from.name, isWindows),
|
to: PathUtil.join(toPath, from.name, isWindows),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user