fix(control): only one upload was possible

This commit is contained in:
E44
2026-01-05 18:37:41 +01:00
parent 12e500e988
commit b6be6bd9c4
@@ -119,6 +119,7 @@ async function start_task_loop() {
} }
tasks.shift(); // Remove current_task from tasks tasks.shift(); // Remove current_task from tasks
} }
is_processing = false;
} }
async function upload(task: FileTransferTask): Promise<void> { async function upload(task: FileTransferTask): Promise<void> {