diff --git a/copyparty/u2idx.py b/copyparty/u2idx.py index e7dfc0b4..04cd7f79 100644 --- a/copyparty/u2idx.py +++ b/copyparty/u2idx.py @@ -387,6 +387,7 @@ class U2idx(object): zs = vjoin(vtop, rp) chk_vn, _ = self.asrv.vfs.get(zs, LEELOO_DALLAS, True, False) + chk_vn = chk_vn.dbv or chk_vn if chk_vn.vpath != vtop: raise Exception( "database inconsistency! in volume '/%s' (%s), found file [%s] which belongs to volume '/%s' (%s)"