mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-28 03:27:31 +08:00
fix 2b462a1b
This commit is contained in:
@@ -146,8 +146,8 @@ class MediaInfo(BaseModel):
|
||||
status: Optional[str] = None
|
||||
# 标签
|
||||
tagline: Optional[str] = None
|
||||
# TMDB INFO
|
||||
tmdb_info: Optional[dict] = {}
|
||||
# 风格ID
|
||||
genre_ids: Optional[list] = []
|
||||
# 评价数量
|
||||
vote_count: Optional[int] = 0
|
||||
# 流行度
|
||||
|
||||
Reference in New Issue
Block a user