fix 重命名Bug

This commit is contained in:
jxxghp
2023-08-17 20:26:29 +08:00
parent b3281b3b1e
commit a2d2ac7c73
6 changed files with 32 additions and 27 deletions

View File

@ -26,7 +26,7 @@ class MetaInfo(BaseModel):
# 年份
year: Optional[str] = None
# 总季数
total_seasons: Optional[int] = 0
total_season: Optional[int] = 0
# 识别的开始季 数字
begin_season: Optional[int] = None
# 识别的结束季 数字