Fix user file pre-content.json downloading

This commit is contained in:
shortcutme 2016-09-04 18:01:09 +02:00
parent 365f0cd646
commit 37a3b4678d
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ class Site(object):
inner_path, self.bad_files.get(file_info["content_inner_path"], 0)
))
return False
self.downloadContent(file_info["content_inner_path"], download_files=False)
self.downloadContent(file_info["content_inner_path"])
task = self.worker_manager.addTask(inner_path, peer, priority=priority)
if blocking: