let controlpanel rescan button override lack of e2dsa

This commit is contained in:
ed
2023-02-26 18:27:10 +00:00
parent 604e5dfaaf
commit 4de028fc3b
2 changed files with 12 additions and 8 deletions

View File

@@ -2939,7 +2939,7 @@ class HttpCli(object):
vn, _ = self.asrv.vfs.get(self.vpath, self.uname, True, True)
args = [self.asrv.vfs.all_vols, [vn.vpath], False]
args = [self.asrv.vfs.all_vols, [vn.vpath], False, True]
x = self.conn.hsrv.broker.ask("up2k.rescan", *args)
err = x.get()