This commit is contained in:
jxxghp
2023-06-11 09:33:33 +08:00
parent 699fa3fa19
commit e1083fd74a
2 changed files with 4 additions and 4 deletions

View File

@ -106,7 +106,7 @@ class UserMessageChain(ChainBase):
self.post_message(title=f"{mediainfo.title} 未搜索到资源!", userid=userid)
return
# 搜索结果排序
contexts = TorrentHelper.sort_torrents(contexts)
# 更新缓存
self._user_cache[userid] = {
"type": "Torrent",