fix total_seasons

This commit is contained in:
jxxghp
2023-08-17 20:18:35 +08:00
parent 79fec43fc2
commit e2e63cc506

View File

@@ -626,7 +626,7 @@ export interface MetaInfo {
year?: string
// 总季数
total_seasons: number
total_season: number
// 识别的开始季 数字
begin_season?: number