mirror of
https://github.com/9001/copyparty.git
synced 2026-01-17 18:48:37 +10:00
fix deleting recently uploaded files without e2d
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user