This commit is contained in:
PKC278
2026-04-27 10:51:20 +08:00
committed by jxxghp
parent 840c8f7298
commit 0f190057d3

View File

@@ -567,7 +567,7 @@ class SearchChain(ChainBase):
)
search_count += 1
# 有结果则停止
if torrents:
if not settings.SEARCH_MULTIPLE_NAME and torrents:
logger.info(f"共搜索到 {len(torrents)} 个资源,停止搜索")
break
@@ -654,7 +654,7 @@ class SearchChain(ChainBase):
}
search_count += 1
if torrents:
if not settings.SEARCH_MULTIPLE_NAME and torrents:
logger.info(f"共搜索到 {len(torrents)} 个资源,停止搜索")
break