mirror of
https://github.com/9001/copyparty.git
synced 2026-09-24 09:00:18 +01:00
shares: delete sf entries too (#1647)
Signed-off-by: willie6666 <89621369+willie6666@users.noreply.github.com>
This commit is contained in:
@@ -6664,6 +6664,7 @@ class HttpCli(object):
|
||||
act = self.uparam["eshare"]
|
||||
if act == "rm":
|
||||
cur.execute("delete from sh where k = ?", (skey,))
|
||||
cur.execute("delete from sf where k = ?", (skey,))
|
||||
if skey in self.asrv.vfs.nodes[self.args.shr.strip("/")].nodes:
|
||||
reload = True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user