更新 common.py

This commit is contained in:
jxxghp
2023-06-08 22:21:51 +08:00
committed by GitHub
parent 3894746f83
commit 713dcb49e2

View File

@ -178,6 +178,9 @@ class CommonChain(ChainBase):
return nt.get("total_episodes")
return 0
# 分组排序
contexts = TorrentHelper.sort_group_torrents(contexts)
# 如果是电影,直接下载
for context in contexts:
if context.media_info.type == MediaType.MOVIE: