Rev1536, Start download optional files on help check

This commit is contained in:
shortcutme 2016-10-04 16:24:33 +02:00
parent b003c8df01
commit 64179e7dc1
2 changed files with 2 additions and 2 deletions

View file

@ -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):