mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-17 18:21:02 +03:00
fix: change state to sync jobs to adapt master branch logic
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user