mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
更新 recommend.py
This commit is contained in:
@@ -167,7 +167,7 @@ class RecommendChain(ChainBase, metaclass=Singleton):
|
|||||||
with_original_language: Optional[str] = "",
|
with_original_language: Optional[str] = "",
|
||||||
with_keywords: Optional[str] = "",
|
with_keywords: Optional[str] = "",
|
||||||
with_watch_providers: Optional[str] = "",
|
with_watch_providers: Optional[str] = "",
|
||||||
vote_average: Optional[float] = 0,
|
vote_average: Optional[float] = 0.0,
|
||||||
vote_count: Optional[int] = 0,
|
vote_count: Optional[int] = 0,
|
||||||
release_date: Optional[str] = "",
|
release_date: Optional[str] = "",
|
||||||
page: Optional[int] = 1) -> List[dict]:
|
page: Optional[int] = 1) -> List[dict]:
|
||||||
@@ -193,7 +193,7 @@ class RecommendChain(ChainBase, metaclass=Singleton):
|
|||||||
with_original_language: Optional[str] = "zh|en|ja|ko",
|
with_original_language: Optional[str] = "zh|en|ja|ko",
|
||||||
with_keywords: Optional[str] = "",
|
with_keywords: Optional[str] = "",
|
||||||
with_watch_providers: Optional[str] = "",
|
with_watch_providers: Optional[str] = "",
|
||||||
vote_average: Optional[float] = 0,
|
vote_average: Optional[float] = 0.0,
|
||||||
vote_count: Optional[int] = 0,
|
vote_count: Optional[int] = 0,
|
||||||
release_date: Optional[str] = "",
|
release_date: Optional[str] = "",
|
||||||
page: Optional[int] = 1) -> List[dict]:
|
page: Optional[int] = 1) -> List[dict]:
|
||||||
|
|||||||
Reference in New Issue
Block a user