fix 自定义订阅 Api

This commit is contained in:
jxxghp
2023-08-10 12:41:38 +08:00
parent eea508b05a
commit eb9ec11153
16 changed files with 141 additions and 73 deletions

View File

@ -32,7 +32,7 @@ class MetaInfo(BaseModel):
# 识别的结束季 数字
end_season: Optional[int] = None
# 总集数
total_episodes: Optional[int] = 0
total_episode: Optional[int] = 0
# 识别的开始集
begin_episode: Optional[int] = None
# 识别的结束集