mirror of
https://github.com/9001/copyparty.git
synced 2025-11-02 13:03:18 +00:00
fix unlistc* when parent is jumpvol
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user