diff --git a/copyparty/up2k.py b/copyparty/up2k.py index 75ad2156..88598819 100644 --- a/copyparty/up2k.py +++ b/copyparty/up2k.py @@ -945,7 +945,7 @@ class Up2k(object): (oldcfg,) = c.fetchone() except: oldcfg = "" - + if oldcfg != vcfg: cur.execute("delete from kv where k = 'volcfg'") cur.execute("delete from dh") @@ -2659,7 +2659,12 @@ class Up2k(object): 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) + and ( + cj["user"] in vfs.axs.uread + or cj["user"] in vfs.axs.upget + or "*" in vfs.axs.uread + or "*" in vfs.axs.upget + ) ): alg = 2 if "fka" in vfs.flags else 1 ap = absreal(djoin(job["ptop"], job["prel"], job["name"]))