This commit is contained in:
jxxghp
2023-06-11 09:25:30 +08:00
parent 8b8142ab60
commit 699fa3fa19
6 changed files with 37 additions and 10 deletions

View File

@ -171,7 +171,7 @@ class DownloadChain(ChainBase):
return 0
# 分组排序
contexts = TorrentHelper.sort_group_torrents(contexts)
contexts = TorrentHelper().sort_group_torrents(contexts)
# 如果是电影,直接下载
for context in contexts: