fix #406 支持QB分类自动管理模式
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user