From 3281859df1bcdcef08168aae53f3cb64b0a41d2a Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 29 Jan 2026 18:22:39 +0000 Subject: [PATCH] Update httpcli.py Signed-off-by: ed --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 1d9b7a4e..f0ffb1a1 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -6941,7 +6941,7 @@ class HttpCli(object): "have_b_u": (self.can_write and self.uparam.get("b") == "u"), "sb_lg": vn.js_ls["sb_lg"], "url_suf": url_suf, - "title": html_escape((self.vpath or "copyparty") if self.args.nih else "%s %s" % (self.args.bname, self.vpath), crlf=True), + "title": html_escape("%s %s" % (self.args.bname, self.vpath), crlf=True), "srv_info": srv_infot, "dtheme": self.args.theme, }