fix(douban): 修复使用 imdbid 未匹配到豆瓣信息时回退到使用名称匹配豆瓣信息失败的问题

This commit is contained in:
xiaoQQya
2025-10-18 22:07:54 +08:00
committed by GitHub
parent efa05b7775
commit 820fbe4076
+1
View File
@@ -990,6 +990,7 @@ class DoubanModule(_ModuleBase):
logger.info(f"{imdbid} 查询到豆瓣信息:{result.get('title')}") logger.info(f"{imdbid} 查询到豆瓣信息:{result.get('title')}")
return result return result
return None return None
return None
@staticmethod @staticmethod
def _process_search_results(result: dict, name: str, mtype: MediaType = None, def _process_search_results(result: dict, name: str, mtype: MediaType = None,