From 40a612c327259f56dc41929d3e56d55739c0308e Mon Sep 17 00:00:00 2001 From: thsrite Date: Mon, 22 Apr 2024 15:57:34 +0800 Subject: [PATCH] fix --- app/db/subscribe_oper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/db/subscribe_oper.py b/app/db/subscribe_oper.py index 7e8623b8..e7895982 100644 --- a/app/db/subscribe_oper.py +++ b/app/db/subscribe_oper.py @@ -89,7 +89,7 @@ class SubscribeOper(DbOper): subscribe.update(self._db, payload) return subscribe - def get_by_tmdbid(self, tmdbid: int, season: int = None) -> List[Subscribe]: + def list_by_tmdbid(self, tmdbid: int, season: int = None) -> List[Subscribe]: """ 获取指定tmdb_id的订阅 """