From cdd5e78adf3d28a20a94628164188253bdfff2c1 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 23 Oct 2025 21:54:32 +0000 Subject: [PATCH] fix unlistc* when parent is jumpvol --- copyparty/httpcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 587d6fb1..0f5e4d46 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -5291,7 +5291,7 @@ class HttpCli(object): dls.append((perc, hsent, spd, eta, idle, usr, erd, rds, fn)) if self.args.have_unlistc: - allvols = self.asrv.vfs.all_vols + allvols = self.asrv.vfs.all_nodes rvol = [x for x in rvol if "unlistcr" not in allvols[x[1:-1]].flags] wvol = [x for x in wvol if "unlistcw" not in allvols[x[1:-1]].flags]