From 1c46b0bc20a7771c11bd566249b5f783261cba0b Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 2 Jun 2025 16:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20subscribe.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/subscribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/chain/subscribe.py b/app/chain/subscribe.py index ce8d9c9f..2cfe98ec 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -667,7 +667,7 @@ class SubscribeChain(ChainBase, metaclass=Singleton): # 如果仍然没有识别到媒体信息,尝试标题匹配 if not torrent_mediainfo or (not torrent_mediainfo.tmdb_id and not torrent_mediainfo.douban_id): - logger.warn( + logger.info( f'{torrent_info.site_name} - {torrent_info.title} 重新识别失败,尝试通过标题匹配...') if self.torrenthelper.match_torrent(mediainfo=mediainfo, torrent_meta=torrent_meta,