fix #406 支持QB分类自动管理模式

This commit is contained in:
jxxghp
2023-09-03 07:56:20 +08:00
parent 31b460f89f
commit 0050a96faf
7 changed files with 28 additions and 10 deletions

View File

@ -151,7 +151,8 @@ class DownloadChain(ChainBase):
result: Optional[tuple] = self.download(torrent_path=torrent_file,
cookie=_torrent.site_cookie,
episodes=episodes,
download_dir=download_dir)
download_dir=download_dir,
category=_media.category)
if result:
_hash, error_msg = result
else: