Bum deezspot, fixed a bunch of bugs with the queue, fixed duplicate URL detection

This commit is contained in:
Xoconoch
2025-08-01 20:38:01 -06:00
parent 68bf60ec7e
commit 8cf32ff50f
10 changed files with 338 additions and 4780 deletions

View File

@@ -224,9 +224,11 @@ def cancel_task(task_id):
store_task_status(
task_id,
{
"status": ProgressState.CANCELLED,
"error": "Task cancelled by user",
"timestamp": time.time(),
"status_info": {
"status": ProgressState.CANCELLED,
"error": "Task cancelled by user",
"timestamp": time.time(),
}
},
)