mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-10 12:39:50 +00:00
fix pending downloads not being removed
This commit is contained in:
parent
2ab2b846b1
commit
4f2f8b16f3
1 changed files with 0 additions and 1 deletions
|
@ -503,7 +503,6 @@ class StreamManager:
|
||||||
try:
|
try:
|
||||||
stream = await self._download_stream_from_uri(uri, timeout, exchange_rate_manager, file_name)
|
stream = await self._download_stream_from_uri(uri, timeout, exchange_rate_manager, file_name)
|
||||||
fut.set_result(stream)
|
fut.set_result(stream)
|
||||||
return stream
|
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
fut.set_exception(err)
|
fut.set_exception(err)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue