condense uploads listing on view change

This commit is contained in:
ed 2023-02-14 21:58:15 +00:00
parent 8adfcf5950
commit 6eba9feffe
3 changed files with 9 additions and 2 deletions

View file

@ -2269,6 +2269,7 @@ class Up2k(object):
if (
not ret["hash"]
and "fk" in vfs.flags
and not self.args.nw
and (cj["user"] in vfs.axs.uread or cj["user"] in vfs.axs.upget)
):
ap = absreal(djoin(job["ptop"], job["prel"], job["name"]))