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

View File

@ -8,7 +8,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.4.1"
self.rev = 1535
self.rev = 1536
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"