add: file_num to send_files
This commit is contained in:
parent
c4d41c21f3
commit
c244e49279
@ -253,6 +253,7 @@ class FileModel extends ChangeNotifier {
|
|||||||
"id": _jobId.toString(),
|
"id": _jobId.toString(),
|
||||||
"path": from.path,
|
"path": from.path,
|
||||||
"to": PathUtil.join(toPath, from.name, isWindows),
|
"to": PathUtil.join(toPath, from.name, isWindows),
|
||||||
|
"file_num": "0",
|
||||||
"show_hidden": showHidden.toString(),
|
"show_hidden": showHidden.toString(),
|
||||||
"is_remote": (!(items.isLocal!)).toString()
|
"is_remote": (!(items.isLocal!)).toString()
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user