mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
fix(control): only one upload was possible
This commit is contained in:
@@ -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> {
|
||||||
|
|||||||
Reference in New Issue
Block a user