mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fixes status payload filename after splitting
This commit is contained in:
parent
b85d39b189
commit
61f7e73961
@ -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…
x
Reference in New Issue
Block a user