更新 common.py
This commit is contained in:
@ -178,6 +178,9 @@ class CommonChain(ChainBase):
|
|||||||
return nt.get("total_episodes")
|
return nt.get("total_episodes")
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
# 分组排序
|
||||||
|
contexts = TorrentHelper.sort_group_torrents(contexts)
|
||||||
|
|
||||||
# 如果是电影,直接下载
|
# 如果是电影,直接下载
|
||||||
for context in contexts:
|
for context in contexts:
|
||||||
if context.media_info.type == MediaType.MOVIE:
|
if context.media_info.type == MediaType.MOVIE:
|
||||||
|
Reference in New Issue
Block a user