mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-11 18:10:15 +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,
|
||||
"context": context,
|
||||
"username": username,
|
||||
"downloader": _downloader
|
||||
"downloader": _downloader,
|
||||
"episodes": episodes
|
||||
})
|
||||
else:
|
||||
# 下载失败
|
||||
|
||||
Reference in New Issue
Block a user