From 0a3a80725aecc9303782cdbf8afcfc12937b7c1d Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 21 Jan 2026 03:24:00 +0000 Subject: [PATCH] fix jumpvol ?ls v2 the missing part of 66750391ae71cb284f61d8c8e6de3ec807714843 --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index e197c122..b63abace 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -6490,7 +6490,7 @@ class HttpCli(object): zs = "%s/" % (self.vpath,) vols = [(x[len(zs) :], y) for x, y in vols if x.startswith(zs)] vols = [(x.split("/", 1)[0], y) for x, y in vols] - vols = [x for x in vols if x[0]] + vols = list(({x: y for x, y in vols if x}).items()) if not vols and self.vpath: return self.tx_404(True) dirs = [