mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
fix: #4228 添加订阅传入 MetaBase, 上下文增加 username 字段, 原始对象引用默认开启
This commit is contained in:
@@ -339,7 +339,8 @@ class DownloadChain(ChainBase):
|
||||
meta=_meta,
|
||||
mediainfo=_media,
|
||||
torrentinfo=_torrent,
|
||||
download_episodes=download_episodes
|
||||
download_episodes=download_episodes,
|
||||
username=username,
|
||||
)
|
||||
# 下载成功后处理
|
||||
self.download_added(context=context, download_dir=download_dir, torrent_path=torrent_file)
|
||||
|
||||
Reference in New Issue
Block a user