mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
fix unlistc* when parent is jumpvol
This commit is contained in:
parent
fff7291dcf
commit
cdd5e78adf
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue