mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix deleting recently uploaded files without e2d
This commit is contained in:
parent
0d5ca67f32
commit
30c3f45072
|
@ -1639,7 +1639,7 @@ class Up2k(object):
|
|||
wark = [
|
||||
x
|
||||
for x, y in reg.items()
|
||||
if fn in [y["name"], y.get("tnam")] and y["prel"] == vrem
|
||||
if sfn in [y["name"], y.get("tnam")] and y["prel"] == vrem
|
||||
]
|
||||
|
||||
if wark and wark in reg:
|
||||
|
|
Loading…
Reference in a new issue