diff --git a/control/frontend/src/lib/ts/file_transfer_handler.ts b/control/frontend/src/lib/ts/file_transfer_handler.ts index 9ef41df..616cfc6 100644 --- a/control/frontend/src/lib/ts/file_transfer_handler.ts +++ b/control/frontend/src/lib/ts/file_transfer_handler.ts @@ -119,6 +119,7 @@ async function start_task_loop() { } tasks.shift(); // Remove current_task from tasks } + is_processing = false; } async function upload(task: FileTransferTask): Promise {