This commit is contained in:
jxxghp
2023-06-10 19:22:40 +08:00
parent 548317980f
commit 99bd8aade3
17 changed files with 92 additions and 55 deletions

View File

@ -9,7 +9,7 @@ class Subscribe(BaseModel):
year: str
type: str
keyword: Optional[str]
tmdbid: str
tmdbid: int
doubanid: Optional[str]
season: Optional[int]
image: Optional[str]