lots o bugs fixed discovered while using desktop app

This commit is contained in:
Lex Berezhny 2019-01-07 15:35:03 -05:00
parent 3fdcb80960
commit 16e596ec87
7 changed files with 29 additions and 25 deletions

View file

@ -149,7 +149,7 @@ class ManagedEncryptedFileDownloader(EncryptedFileSaver):
status = ManagedEncryptedFileDownloader.STATUS_RUNNING
status = yield self.lbry_file_manager.change_lbry_file_status(self, status)
self._saving_status = False
defer.returnValue(status)
return status
def save_status(self):
return self._save_status()