This commit is contained in:
jxxghp
2023-07-30 12:21:23 +08:00
parent df05c46a5b
commit 00387ec334
6 changed files with 23 additions and 16 deletions

View File

@ -40,7 +40,7 @@ class TmdbPerson(BaseModel):
gender: Optional[int] = None
original_name: Optional[str] = None
credit_id: Optional[str] = None
also_known_as: Optional[list] = []
also_known_as: Optional[dict] = {}
birthday: Optional[str] = None
deathday: Optional[str] = None
imdb_id: Optional[str] = None