add: file_num to send_files

This commit is contained in:
Kingtous 2022-05-17 17:37:09 +08:00
parent c4d41c21f3
commit c244e49279

View File

@ -253,6 +253,7 @@ class FileModel extends ChangeNotifier {
"id": _jobId.toString(),
"path": from.path,
"to": PathUtil.join(toPath, from.name, isWindows),
"file_num": "0",
"show_hidden": showHidden.toString(),
"is_remote": (!(items.isLocal!)).toString()
};