From 7e2ff9825eb947df2be807ca4cceb9b7c9b5464b Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 8 Feb 2023 22:33:02 +0000 Subject: [PATCH] ensure -e2tsr takes effect by ignoring dhash --- copyparty/up2k.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/up2k.py b/copyparty/up2k.py index 3b734338..a511fa8b 100644 --- a/copyparty/up2k.py +++ b/copyparty/up2k.py @@ -485,7 +485,7 @@ class Up2k(object): if next((zv for zv in vols if "e2ds" in zv.flags), None): self._block("indexing") - if self.args.re_dhash: + if self.args.re_dhash or [zv for zv in vols if "e2tsr" in zv.flags]: self.args.re_dhash = False self._drop_caches()