fix 完善事件和消息发送

This commit is contained in:
jxxghp
2025-03-01 18:34:39 +08:00
parent ed8895dfbb
commit 8bd6ccb0de
16 changed files with 95 additions and 57 deletions

View File

@@ -105,8 +105,8 @@ class FetchRssAction(BaseAction):
self._rss_torrents.append(Context(meta_info=meta, media_info=mediainfo, torrent_info=torrentinfo))
if self._rss_torrents:
logger.info(f"获取 {len(self._rss_torrents)} 个RSS资源")
logger.info(f"获取 {len(self._rss_torrents)} 个RSS资源")
context.torrents.extend(self._rss_torrents)
self.job_done()
self.job_done(f"获取到 {len(self._rss_torrents)} 个资源")
return context