missing await
This commit is contained in:
parent
bc29fc4465
commit
d5a353066c
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class ManagedStream:
|
|||
await self.downloader.start(node)
|
||||
if not save_file and not file_name:
|
||||
if not await self.blob_manager.storage.file_exists(self.sd_hash):
|
||||
self.rowid = self.blob_manager.storage.save_downloaded_file(
|
||||
self.rowid = await self.blob_manager.storage.save_downloaded_file(
|
||||
self.stream_hash, None, None, 0.0
|
||||
)
|
||||
self.download_directory = None
|
||||
|
|
Loading…
Reference in a new issue