This commit is contained in:
2025-12-27 06:05:07 -08:00
parent 71b542ae91
commit 8d8a2637d5
9 changed files with 943 additions and 23 deletions

View File

@@ -159,7 +159,9 @@ class HydrusNetwork:
from models import ProgressBar
bar = ProgressBar()
label = f"{self._log_prefix().strip('[]')} upload"
# Keep the PipelineLiveProgress transfer line clean: show the file name.
# (The hydrus instance/service is already visible in the logs above.)
label = str(getattr(file_path, "name", None) or "upload")
start_t = time.time()
last_render_t = [start_t]
sent = [0]