fix: change state to sync jobs to adapt master branch logic

This commit is contained in:
Kingtous
2022-05-13 15:11:56 +08:00
parent c96c0df645
commit d186dd26a2
2 changed files with 3 additions and 2 deletions

View File

@@ -621,7 +621,7 @@ function initializeFileTransfer()
}
handler.updateFolderFiles = function(fd) {
stdout.println("update folder files: " + JSON.stringify(fd));
// stdout.println("update folder files: " + JSON.stringify(fd));
fd.entries = fd.entries || [];
if (fd.id > 0) {
var jt = file_transfer.job_table;