From 4835f6c6c916f0cb19893922fd847a238e410711 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 21 May 2024 23:17:59 +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 71124041..d216b3fc 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -602,7 +602,7 @@ class SubscribeChain(ChainBase): if not torrent_mediainfo or (not torrent_mediainfo.tmdb_id and not torrent_mediainfo.douban_id): logger.info(f'{torrent_info.site_name} - {torrent_info.title} 订阅缓存为未识别状态,偿试重新识别...') # 重新识别(不使用缓存) - torrent_mediainfo = self.recognize_media(meta=meta, cache=False) + torrent_mediainfo = self.recognize_media(meta=torrent_meta, cache=False) if not torrent_mediainfo: logger.warn(f'{torrent_info.site_name} - {torrent_info.title} 重新识别失败,偿试通过标题匹配...') if self.torrenthelper.match_torrent(mediainfo=mediainfo,