From b7448232e663a2a203b714e57be7e35a758008e7 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 9 Nov 2023 19:56:56 +0800 Subject: [PATCH] fix bug --- app/modules/themoviedb/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/themoviedb/__init__.py b/app/modules/themoviedb/__init__.py index b46b289d..3cf80bab 100644 --- a/app/modules/themoviedb/__init__.py +++ b/app/modules/themoviedb/__init__.py @@ -151,8 +151,8 @@ class TheMovieDbModule(_ModuleBase): return None - def match_doubaninfo(self, name: str, mtype: MediaType = None, - year: str = None, season: int = None) -> dict: + def match_tmdbinfo(self, name: str, mtype: MediaType = None, + year: str = None, season: int = None) -> dict: """ 搜索和匹配TMDB信息 :param name: 名称