Fixes status payload filename after splitting

This commit is contained in:
Trenton Holmes 2023-01-31 20:48:18 -08:00
parent b85d39b189
commit 61f7e73961

View File

@ -164,7 +164,7 @@ def consume_file(
# notify the sender, otherwise the progress bar
# in the UI stays stuck
payload = {
"filename": override_filename,
"filename": override_filename or path.name,
"task_id": task_id,
"current_progress": 100,
"max_progress": 100,