Skip to content

Commit

Permalink
start the stream after adding
Browse files Browse the repository at this point in the history
  • Loading branch information
shyba committed Oct 18, 2022
1 parent d6ced87 commit 4543f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbry/torrent/torrent_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ async def _load_stream(self, rowid: int, bt_infohash: str, file_name: Optional[s
torrent_session=self.torrent_session
)
self.add(stream)
await stream.start()

async def initialize_from_database(self):
for file in await self.storage.get_all_torrent_files():
Expand Down

0 comments on commit 4543f37

Please sign in to comment.