add movie tasks to scheduled tasks

This commit is contained in:
maxDorninger
2025-06-24 19:25:30 +02:00
parent 8b4da3ba3d
commit bdc3a4aea0
3 changed files with 8 additions and 5 deletions

View File

@@ -746,7 +746,7 @@ def auto_download_all_approved_season_requests() -> None:
db.close()
def import_all_torrents() -> None:
def import_all_show_torrents() -> None:
db: Session = SessionLocal()
tv_repository = TvRepository(db=db)
torrent_service = TorrentService(torrent_repository=TorrentRepository(db=db))