This commit is contained in:
jxxghp
2025-08-06 16:54:24 +08:00
parent 1f6bbce326
commit 426e920fff

View File

@@ -924,7 +924,7 @@ class SubscribeChain(ChainBase):
# 如果仍然没有识别到媒体信息,尝试标题匹配
if not torrent_mediainfo or (
not torrent_mediainfo.tmdb_id and not torrent_mediainfo.douban_id):
logger.info(
logger.debug(
f'{torrent_info.site_name} - {torrent_info.title} 重新识别失败,尝试通过标题匹配...')
if torrenthelper.match_torrent(mediainfo=mediainfo,
torrent_meta=torrent_meta,