diff --git a/comet/background_scraper/worker.py b/comet/background_scraper/worker.py index 2650fa4..26c6268 100644 --- a/comet/background_scraper/worker.py +++ b/comet/background_scraper/worker.py @@ -384,7 +384,7 @@ class BackgroundScraperWorker: context="background", ) - await manager.scrape_torrents(self.current_session) + await manager.scrape_torrents() episode_torrents = len(manager.torrents) total_torrents += episode_torrents