Rev1536, Start download optional files on help check
This commit is contained in:
parent
b003c8df01
commit
64179e7dc1
2 changed files with 2 additions and 2 deletions
|
@ -595,7 +595,7 @@ class UiWebsocketPlugin(object):
|
|||
if "ADMIN" not in permissions:
|
||||
return self.response(to, "You don't have permission to run this command")
|
||||
self.site.settings["autodownloadoptional"] = bool(owned)
|
||||
self.site.update()
|
||||
self.site.update(check_files=True)
|
||||
self.site.worker_manager.removeGoodFileTasks()
|
||||
|
||||
def actionDbReload(self, to):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue