mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
fix(rotf): use global rotf_tz as volume fallback
This commit is contained in:
parent
efa43f891b
commit
e017b1bc6e
|
|
@ -2328,7 +2328,7 @@ class AuthSrv(object):
|
||||||
zs = vol.flags.get("rotf")
|
zs = vol.flags.get("rotf")
|
||||||
if zs:
|
if zs:
|
||||||
use = True
|
use = True
|
||||||
lim.set_rotf(zs, vol.flags.get("rotf_tz") or "UTC")
|
lim.set_rotf(zs, vol.flags.get("rotf_tz", self.args.rotf_tz) or "UTC")
|
||||||
|
|
||||||
zs = vol.flags.get("maxn")
|
zs = vol.flags.get("maxn")
|
||||||
if zs:
|
if zs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue