fix: #4228 添加订阅传入 MetaBase, 上下文增加 username 字段, 原始对象引用默认开启

This commit is contained in:
Attente
2025-05-07 18:19:11 +08:00
parent 0cdea3318c
commit 20aba7eb17
4 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -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)