mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
support listing uploader IPs in d2t volumes
This commit is contained in:
parent
e17bf8f325
commit
f2f5e266b4
|
@ -3863,7 +3863,8 @@ class HttpCli(object):
|
|||
_ = [tagset.add(k) for k in fe["tags"]]
|
||||
|
||||
if icur:
|
||||
taglist = [k for k in vn.flags.get("mte", "").split(",") if k in tagset]
|
||||
mte = vn.flags.get("mte") or "up_ip,.up_at"
|
||||
taglist = [k for k in mte.split(",") if k in tagset]
|
||||
for fe in dirs:
|
||||
fe["tags"] = {}
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue