fix deleting recently uploaded files without e2d

This commit is contained in:
ed 2021-09-26 03:45:16 +02:00
parent 0d5ca67f32
commit 30c3f45072

View file

@ -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: