start the stream after adding

This commit is contained in:
Victor Shyba 2022-09-29 22:12:24 -03:00
parent e862c99f6c
commit c8f25027fc

View file

@ -170,6 +170,7 @@ class TorrentManager(SourceManager):
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():