mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
ensure -e2tsr takes effect by ignoring dhash
This commit is contained in:
parent
9b423396ec
commit
7e2ff9825e
|
@ -485,7 +485,7 @@ class Up2k(object):
|
||||||
if next((zv for zv in vols if "e2ds" in zv.flags), None):
|
if next((zv for zv in vols if "e2ds" in zv.flags), None):
|
||||||
self._block("indexing")
|
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.args.re_dhash = False
|
||||||
self._drop_caches()
|
self._drop_caches()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue