mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix download message
This commit is contained in:
@@ -399,7 +399,6 @@ class SubscribeChain(ChainBase):
|
|||||||
downloads, lefts = DownloadChain().batch_download(
|
downloads, lefts = DownloadChain().batch_download(
|
||||||
contexts=matched_contexts,
|
contexts=matched_contexts,
|
||||||
no_exists=no_exists,
|
no_exists=no_exists,
|
||||||
userid=subscribe.username,
|
|
||||||
username=subscribe.username,
|
username=subscribe.username,
|
||||||
save_path=subscribe.save_path,
|
save_path=subscribe.save_path,
|
||||||
downloader=subscribe.downloader,
|
downloader=subscribe.downloader,
|
||||||
@@ -789,7 +788,6 @@ class SubscribeChain(ChainBase):
|
|||||||
logger.info(f'{mediainfo.title_year} 匹配完成,共匹配到{len(_match_context)}个资源')
|
logger.info(f'{mediainfo.title_year} 匹配完成,共匹配到{len(_match_context)}个资源')
|
||||||
downloads, lefts = DownloadChain().batch_download(contexts=_match_context,
|
downloads, lefts = DownloadChain().batch_download(contexts=_match_context,
|
||||||
no_exists=no_exists,
|
no_exists=no_exists,
|
||||||
userid=subscribe.username,
|
|
||||||
username=subscribe.username,
|
username=subscribe.username,
|
||||||
save_path=subscribe.save_path,
|
save_path=subscribe.save_path,
|
||||||
downloader=subscribe.downloader,
|
downloader=subscribe.downloader,
|
||||||
|
|||||||
Reference in New Issue
Block a user