mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
Fixes status payload filename after splitting
This commit is contained in:
parent
b85d39b189
commit
61f7e73961
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ def consume_file(
|
||||||
# notify the sender, otherwise the progress bar
|
# notify the sender, otherwise the progress bar
|
||||||
# in the UI stays stuck
|
# in the UI stays stuck
|
||||||
payload = {
|
payload = {
|
||||||
"filename": override_filename,
|
"filename": override_filename or path.name,
|
||||||
"task_id": task_id,
|
"task_id": task_id,
|
||||||
"current_progress": 100,
|
"current_progress": 100,
|
||||||
"max_progress": 100,
|
"max_progress": 100,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue