mirror of
https://github.com/9001/copyparty.git
synced 2026-03-24 00:53:23 +10:00
let controlpanel rescan button override lack of e2dsa
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user