This commit is contained in:
jxxghp
2025-03-04 14:22:32 +08:00
parent 9be2686733
commit affcb9d5c3
12 changed files with 23 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ class FetchMediasAction(BaseAction):
def __init__(self, action_id: str):
super().__init__(action_id)
self._medias = []
self._has_error = False
self.__inner_sources = [
{
"func": RecommendChain().tmdb_trending,