mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
feat(events): add episodes field to DownloadAdded event for unpack
This commit is contained in:
@@ -355,7 +355,8 @@ class DownloadChain(ChainBase):
|
|||||||
"hash": _hash,
|
"hash": _hash,
|
||||||
"context": context,
|
"context": context,
|
||||||
"username": username,
|
"username": username,
|
||||||
"downloader": _downloader
|
"downloader": _downloader,
|
||||||
|
"episodes": episodes
|
||||||
})
|
})
|
||||||
else:
|
else:
|
||||||
# 下载失败
|
# 下载失败
|
||||||
|
|||||||
Reference in New Issue
Block a user