ensure -e2tsr takes effect by ignoring dhash

This commit is contained in:
ed 2023-02-08 22:33:02 +00:00
parent 9b423396ec
commit 7e2ff9825e

View file

@ -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()