lots o bugs fixed discovered while using desktop app
This commit is contained in:
parent
3fdcb80960
commit
16e596ec87
7 changed files with 29 additions and 25 deletions
lbrynet/blob
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue