fix dl from jumpvols with -j0

This commit is contained in:
ed
2024-11-15 19:29:44 +00:00
parent 2b63d7d10d
commit 10fc4768e8
2 changed files with 24 additions and 15 deletions

View File

@@ -613,7 +613,7 @@ class HttpSrv(object):
"""
dli: dict[str, tuple[float, int, "VFS", str, str]] = {}
for k, (a, b, c, d, e) in sdli.items():
vn = self.asrv.vfs.all_vols[c]
vn = self.asrv.vfs.all_nodes[c]
dli[k] = (a, b, vn, d, e)
self.tdli = dli