mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix zipmaxu (it did nothing)
This commit is contained in:
parent
1b71294aab
commit
d9e3f998d1
|
@ -4667,7 +4667,9 @@ class HttpCli(object):
|
||||||
else:
|
else:
|
||||||
fn = self.host.split(":")[0]
|
fn = self.host.split(":")[0]
|
||||||
|
|
||||||
if vn.flags.get("zipmax") and (not self.uname or not "zipmaxu" in vn.flags):
|
if vn.flags.get("zipmax") and not (
|
||||||
|
vn.flags.get("zipmaxu") and self.uname != "*"
|
||||||
|
):
|
||||||
maxs = vn.flags.get("zipmaxs_v") or 0
|
maxs = vn.flags.get("zipmaxs_v") or 0
|
||||||
maxn = vn.flags.get("zipmaxn_v") or 0
|
maxn = vn.flags.get("zipmaxn_v") or 0
|
||||||
nf = 0
|
nf = 0
|
||||||
|
|
Loading…
Reference in a new issue